Skip to content

Commit 52baf7b

Browse files
mfortman11Copilotgithub-actions[bot]
authored andcommitted
fix: OAuth connector callback redirect fix (#2054)
* fix: OAuth connector callback redirect fix (#2052) * fix connector callback * React doctor improvements * one more set of cleanups * up ci version to match local npx runs * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * style: apply biome auto-fixes [skip ci] * address copilot review --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * comment --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7fb88fd commit 52baf7b

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)