Skip to content

Commit

Permalink
Feat(authenticator): export unmet password requirements (#5437)
Browse files Browse the repository at this point in the history
* exported UnmetPasswordRequirements

---------

Co-authored-by: Jose Alba <[email protected]>
Co-authored-by: Elijah Quartey <[email protected]>
  • Loading branch information
3 people authored Sep 16, 2024
1 parent 51d01c4 commit 12f68af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

import 'package:amplify_authenticator/amplify_authenticator.dart';
import 'package:amplify_authenticator/src/utils/unmet_password_requirements.dart';
import 'package:amplify_core/amplify_core.dart';
// ignore: implementation_imports
import 'package:amplify_core/src/config/amplify_outputs/auth/password_policy.dart';
Expand Down

0 comments on commit 12f68af

Please sign in to comment.