MFA Verify (Finish Sign-in)
If your account has MFA enabled, you’ll see this page after entering your password.
#MFA Verify (Finish Sign-in)
If your account has MFA enabled, you’ll see this page after entering your password.
#How to verify
- Open your authenticator app
- Enter the current 6‑digit MFA code
- Tap Sign in
If the code is valid, the app completes your login.
#Troubleshooting
- Code keeps failing
- Make sure you’re using the most recent code.
- Confirm your device time is set automatically (time drift can break TOTP codes).
#Related pages
#Platform behavior
#iOS
- The workflow and labels on iOS follow this page as written.
- Controls (pickers, sheets, and permissions dialogs) use native iOS presentation.
- If available, iOS can suggest one-time codes through system autofill.
#Android
- The workflow and labels on Android follow this page as written.
- Controls (pickers, sheets, and permissions dialogs) use native Android presentation.
- If available, Android can suggest one-time codes through system autofill.
#Web
- No standalone MFA verify route is exposed on web.
- MFA verification is handled in the web authentication challenge flow.
- Start authentication from
/auth/loginand follow challenge prompts as required.