Skip to content

Commit 46ac26d

Browse files
jjarvispharsh62
andauthored
feat(docs): Update src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
Co-authored-by: Harsh <[email protected]>
1 parent bc2b580 commit 46ac26d

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/multi-step-sign-in

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ func confirmSignIn(totpCode: String) -> AnyCancellable {
16931693
</BlockSwitcher>
16941694

16951695
## Confirm signin with Email MFA
1696-
If the next step is `confirmSignInWithEmailMFACode`, Amplify Auth has sent a random code to the user's email address, and is waiting to find out if the user successfully received it. To handle this step, your app's UI must prompt the user to enter the code. After the user enters the code, your implementation must pass the value to Amplify Auth `confirmSignIn` API.
1696+
If the next step is `confirmSignInWithOTP`, Amplify Auth has sent a random code to the user's email address, and is waiting to find out if the user successfully received it. To handle this step, your app's UI must prompt the user to enter the code. After the user enters the code, your implementation must pass the value to Amplify Auth `confirmSignIn` API.
16971697

16981698
Note: the signin result also includes an `AuthCodeDeliveryDetails` member. It includes additional information about the code delivery such as the partial email address of the recipient.
16991699

0 commit comments

Comments
 (0)