We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9e8d9 commit d37790eCopy full SHA for d37790e
src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
@@ -1493,7 +1493,7 @@ func signIn(username: String, password: String) async {
1493
// Prompt the user to enter the TOTP code generated in their authenticator app
1494
// Then invoke `confirmSignIn` api with the code
1495
1496
- case .confirmSignInWithEmailMFACode(let deliveryDetails, let info):
+ case .confirmSignInWithOTP(let deliveryDetails):
1497
print("Email code sent to \(deliveryDetails.destination)")
1498
1499
// Prompt the user to enter the Email MFA code they received
0 commit comments