From 31717147e06f1223bf0eb3bcdbc008f4a138070b Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommu Date: Tue, 16 Jun 2026 14:39:15 -0700 Subject: [PATCH] retrigger build --- apps/web/app/oauth/consent/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/oauth/consent/page.tsx b/apps/web/app/oauth/consent/page.tsx index c12887ca..2f2020cf 100644 --- a/apps/web/app/oauth/consent/page.tsx +++ b/apps/web/app/oauth/consent/page.tsx @@ -167,7 +167,7 @@ function OAuthConsentContent() { targetUrl.pathname === "/oauth/consent") && targetUrl.searchParams.has("sig") && targetUrl.searchParams.has("exp") - console.log("isSignedInteractionRedirect", isSignedInteractionRedirect) + console.log("isSignedInteractionRedirect", isSignedInteractionRedirect); console.log("targetUrl", targetUrl) console.log("accept", accept) console.log("window.location.origin", window.location.origin)