mirror of https://github.com/kortix-ai/suna.git
fix(auth): temporarily comment out redirection to MFA verification
This commit is contained in:
parent
87ec0230c5
commit
1067cb7092
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue