-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(authenticator): fix validate before trim bug (#3809)
* chore: added .trim() to other fields in the authenticator state instead of just password * chore: moved trim before validation in methods where there is a string * chore: revert trim additions from before and correctly added trim to the email and username validator * chore: revert amplify_authenticator_test changes * chore: revert all changes from authenticator_state.dart * chore: saving tests to clean up local repo * chore: completed auth form tests for API call * chore: removed unnecessary variables * chore: removed unnecessary duplication of receiver * chore: removed the unnecessary captured password * chore: add signInPage.expectStep back in * chore: trimmed password, verification, phone
- Loading branch information
1 parent
bac5e96
commit 5dff469
Showing
3 changed files
with
200 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters