From 1067cb70921383e510173d1621a868994f7562e5 Mon Sep 17 00:00:00 2001 From: sharath <29162020+tnfssc@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:05:53 +0000 Subject: [PATCH] fix(auth): temporarily comment out redirection to MFA verification --- frontend/src/components/auth/background-aal-checker.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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':