diff --git a/packages/authenticator/amplify_authenticator/lib/amplify_authenticator.dart b/packages/authenticator/amplify_authenticator/lib/amplify_authenticator.dart index a0eb4faae8..bd71bfdf0b 100644 --- a/packages/authenticator/amplify_authenticator/lib/amplify_authenticator.dart +++ b/packages/authenticator/amplify_authenticator/lib/amplify_authenticator.dart @@ -49,6 +49,7 @@ export 'src/models/totp_options.dart'; export 'src/models/username_input.dart' show UsernameType, UsernameInput, UsernameSelection; export 'src/state/authenticator_state.dart'; +export 'src/utils/unmet_password_requirements.dart'; export 'src/widgets/button.dart' show SignUpButton,