Skip to content

Commit 3b43039

Browse files
jjarvispharsh62
andauthored
feat(docs): Update src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx
Co-authored-by: Harsh <[email protected]>
1 parent e7f8d3b commit 3b43039

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ Following sign in, you will receive a `nextStep` in the sign-in result of one of
568568
| --------- | ----------- |
569569
| `confirmSignInWithTOTPCode` | The sign-in must be confirmed with a TOTP code from the user. Complete the process with `confirmSignIn`. |
570570
| `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`. |
572572
| `continueSignInWithMFASelection` | The user must select their mode of MFA verification before signing in. Complete the process with `confirmSignIn`. |
573573
| `continueSignInWithMFASetupSelection` | The user must select their mode of MFA verification to setup. Complete the process by passing either `"EMAIL"` or `"TOTP"` to `confirmSignIn`. |
574574
| `continueSignInWithTOTPSetup` | The TOTP setup process must be continued. Complete the process with `confirmSignIn`. |

0 commit comments

Comments
 (0)