-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(example): encrypted seed import (#16)
* example: show a snackbar for login exceptions I'm assuming that auth state changes to a null user results in the error messages being cleared from the status bar * fix encrypted mnemonic json parsing * validate passwords - remove non-allowed characters getMnemonic function fails upon registration if the password contains '<', '>', or '&' --------- Co-authored-by: CharlVS <[email protected]>
- Loading branch information
1 parent
63dbdbd
commit 94b050b
Showing
4 changed files
with
76 additions
and
39 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
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