fix(auth): temporarily comment out redirection to MFA verification

This commit is contained in:
sharath 2025-07-22 11:05:53 +00:00
parent 87ec0230c5
commit 1067cb7092
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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':