Skip to content

Commit

Permalink
chore: dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Oct 11, 2024
1 parent d602bef commit e98a31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/amplify_core/doc/lib/auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ Future<void> _handleSignInResult(SignInResult result) async {
// #enddocregion handle-confirm-signin-totp-setup
// #docregion handle-confirm-signin-email-setup
case AuthSignInStep.continueSignInWithEmailMfaSetup:
safePrint('Enter the email address you want to use for two-factor authentication');
safePrint(
'Enter the email address you want to use for two-factor authentication');
// #enddocregion handle-confirm-signin-email-setup
// #docregion handle-confirm-signin-totp-code
case AuthSignInStep.confirmSignInWithTotpMfaCode:
Expand Down

0 comments on commit e98a31c

Please sign in to comment.