Skip to content

Commit aff995e

Browse files
committed
comment
1 parent c7388de commit aff995e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/app/auth/callback/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {
1616
import { useAuth } from "@/contexts/auth-context";
1717
import { decodeBase64 } from "@/lib/utils";
1818

19+
// remove from localStorage any keys related to the OAuth flow
1920
function cleanupOAuthStorage() {
2021
localStorage.removeItem("connecting_connector_id");
2122
localStorage.removeItem("connecting_connector_type");

0 commit comments

Comments
 (0)