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 aad9883 commit 9d9abe8
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 @@ -133,7 +133,8 @@ Future<void> _handleSignInResult(SignInResult result) async {
// #docregion handle-confirm-signin-email-setup
case AuthSignInStep.continueSignInWithEmailMfaSetup:
safePrint(
'Enter the email address you want to use for two-factor authentication',);
'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 9d9abe8

Please sign in to comment.