Skip to content

Commit

Permalink
chore(authenticator): Fix typo in error message (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluprince13 authored and Dustin Noyes committed Jul 13, 2022
1 parent 9a8767e commit 903168e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ class _AuthenticatorState extends State<Authenticator> {
missingValues.add('usernameAttributes');
}
if (cognitoPlugin.signupAttributes == null) {
missingValues.add('signUpAttributes');
missingValues.add('signupAttributes');
}
if (cognitoPlugin.passwordProtectionSettings == null) {
missingValues.add('passwordProtectionSettings');
Expand Down

0 comments on commit 903168e

Please sign in to comment.