Skip to content

Commit d37790e

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 7b9e8d9 commit d37790e

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
@@ -1493,7 +1493,7 @@ func signIn(username: String, password: String) async {
14931493
// Prompt the user to enter the TOTP code generated in their authenticator app
14941494
// Then invoke `confirmSignIn` api with the code
14951495
1496-
case .confirmSignInWithEmailMFACode(let deliveryDetails, let info):
1496+
case .confirmSignInWithOTP(let deliveryDetails):
14971497
print("Email code sent to \(deliveryDetails.destination)")
14981498
14991499
// Prompt the user to enter the Email MFA code they received

0 commit comments

Comments
 (0)