From 88b9e61313311a1aa92e0486d3ebcb9ac43ad383 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:41:36 +0000 Subject: [PATCH] fix biome formatting in consent page Co-Authored-By: Claude Opus 4.5 --- 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 2f2020cf..c12887ca 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)