diff --git a/packages/authenticator/amplify_authenticator/lib/src/screens/authenticator_screen.dart b/packages/authenticator/amplify_authenticator/lib/src/screens/authenticator_screen.dart index fd99bc74ba..e405a6a812 100644 --- a/packages/authenticator/amplify_authenticator/lib/src/screens/authenticator_screen.dart +++ b/packages/authenticator/amplify_authenticator/lib/src/screens/authenticator_screen.dart @@ -48,8 +48,9 @@ class AuthenticatorScreen extends StatelessAuthenticatorComponent { const AuthenticatorScreen.continueSignInWithMfaSetupSelection({Key? key}) : this( - key: key, - step: AuthenticatorStep.continueSignInWithMfaSetupSelection,); + key: key, + step: AuthenticatorStep.continueSignInWithMfaSetupSelection, + ); const AuthenticatorScreen.resetPassword({Key? key}) : this(key: key, step: AuthenticatorStep.resetPassword);