-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add account -> invalid error message when provided private key not valid #1614
Labels
P3 Issue
Minor defect in aesthetics
Comments
cryptoBeliever
added a commit
that referenced
this issue
Aug 5, 2021
cryptoBeliever
added a commit
that referenced
this issue
Aug 5, 2021
There is problem when trying add account with type = child account |
cryptoBeliever
added a commit
that referenced
this issue
Aug 6, 2021
…- checking private key only if required
cryptoBeliever
added a commit
that referenced
this issue
Aug 8, 2021
…- checking private key only if required (#1643)
Fixed in dev branch. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps:
Result: You got an error message: "Profile name already taken" which is confusing for the user. The message should tell that provided private key is invalid. When you click "Confirm" you got an error that an error happened and to try again.
Expected result: If the user provides invalid private key, present error message that pk is invalid and don't allow click "Confirm"
The text was updated successfully, but these errors were encountered: