You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -568,7 +568,7 @@ Following sign in, you will receive a `nextStep` in the sign-in result of one of
568
568
| --------- | ----------- |
569
569
|`confirmSignInWithTOTPCode`| The sign-in must be confirmed with a TOTP code from the user. Complete the process with `confirmSignIn`. |
570
570
|`confirmSignInWithSMSMFACode`| The sign-in must be confirmed with a SMS code from the user. Complete the process with `confirmSignIn`. |
571
-
|`confirmSignInWithEmailMFACode`| The sign-in must be confirmed with a EMAIL code from the user. Complete the process with `confirmSignIn`. |
571
+
|`confirmSignInWithOTP`| The sign-in must be confirmed with a code from the user (sent via SMS or Email). Complete the process with `confirmSignIn`. |
572
572
|`continueSignInWithMFASelection`| The user must select their mode of MFA verification before signing in. Complete the process with `confirmSignIn`. |
573
573
|`continueSignInWithMFASetupSelection`| The user must select their mode of MFA verification to setup. Complete the process by passing either `"EMAIL"` or `"TOTP"` to `confirmSignIn`. |
574
574
|`continueSignInWithTOTPSetup`| The TOTP setup process must be continued. Complete the process with `confirmSignIn`. |
0 commit comments