diff --git a/.git-worktrees/nova-1071 b/.git-worktrees/nova-1071 new file mode 160000 index 00000000..fd98c5e1 --- /dev/null +++ b/.git-worktrees/nova-1071 @@ -0,0 +1 @@ +Subproject commit fd98c5e11ad750388b1b11df4d9ab05839fc3d0c diff --git a/apps/web/app/oauth/consent/page.tsx b/apps/web/app/oauth/consent/page.tsx index ddbd049c..c12887ca 100644 --- a/apps/web/app/oauth/consent/page.tsx +++ b/apps/web/app/oauth/consent/page.tsx @@ -167,6 +167,11 @@ function OAuthConsentContent() { targetUrl.pathname === "/oauth/consent") && targetUrl.searchParams.has("sig") && targetUrl.searchParams.has("exp") + console.log("isSignedInteractionRedirect", isSignedInteractionRedirect) + console.log("targetUrl", targetUrl) + console.log("accept", accept) + console.log("window.location.origin", window.location.origin) + console.log("pathname", targetUrl.pathname) if (accept && isSignedInteractionRedirect) { throw new Error( "Authorization could not finish because your session changed. Start the connection again from your app.",