diff --git a/src/frontend/src/routes/+layout.svelte b/src/frontend/src/routes/+layout.svelte index 749b952158..df82f4d6c1 100644 --- a/src/frontend/src/routes/+layout.svelte +++ b/src/frontend/src/routes/+layout.svelte @@ -24,7 +24,10 @@ // Don't redirect if we're visiting webauthn iframe used for migration window.location.pathname !== "/iframe/webauthn" && // Don't redirect if we're visiting callback used for OpenID flows - window.location.pathname !== "/callback" + window.location.pathname !== "/callback" && + // Don't redirect if we're visiting new authorize flow + // TODO: Implement redirect with pending ICRC-29 state + window.location.pathname !== "/authorize" ) { window.location.replace( primaryOrigin +