Skip to content

Commit 7b9e8d9

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 46ac26d commit 7b9e8d9

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,6 @@ func signIn(username: String, password: String) async {
14951495
14961496
case .confirmSignInWithEmailMFACode(let deliveryDetails, let info):
14971497
print("Email code sent to \(deliveryDetails.destination)")
1498-
print("Additional info \(String(describing: info))")
14991498
15001499
// Prompt the user to enter the Email MFA code they received
15011500
// Then invoke `confirmSignIn` api with the code

0 commit comments

Comments
 (0)