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 46ac26d commit 7b9e8d9Copy full SHA for 7b9e8d9
src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx
@@ -1495,7 +1495,6 @@ func signIn(username: String, password: String) async {
1495
1496
case .confirmSignInWithEmailMFACode(let deliveryDetails, let info):
1497
print("Email code sent to \(deliveryDetails.destination)")
1498
- print("Additional info \(String(describing: info))")
1499
1500
// Prompt the user to enter the Email MFA code they received
1501
// Then invoke `confirmSignIn` api with the code
0 commit comments