Skip to content

Commit

Permalink
chore: add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Oct 11, 2024
1 parent d7ebd26 commit aad9883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify_core/doc/lib/auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ 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 aad9883

Please sign in to comment.