We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7388de commit aff995eCopy full SHA for aff995e
1 file changed
frontend/app/auth/callback/page.tsx
@@ -16,6 +16,7 @@ import {
16
import { useAuth } from "@/contexts/auth-context";
17
import { decodeBase64 } from "@/lib/utils";
18
19
+// remove from localStorage any keys related to the OAuth flow
20
function cleanupOAuthStorage() {
21
localStorage.removeItem("connecting_connector_id");
22
localStorage.removeItem("connecting_connector_type");
0 commit comments