diff --git a/frontend/src/components/auth/background-aal-checker.tsx b/frontend/src/components/auth/background-aal-checker.tsx index 04fb082b..d5f7dbbe 100644 --- a/frontend/src/components/auth/background-aal-checker.tsx +++ b/frontend/src/components/auth/background-aal-checker.tsx @@ -76,7 +76,8 @@ export function BackgroundAALChecker({ case 'verify_mfa': // User has MFA enrolled but needs to verify it console.log('Background: Redirecting to MFA verification'); - router.push(redirectTo); + // Temporarily disabled + // router.push(redirectTo); break; case 'reauthenticate':