-
Notifications
You must be signed in to change notification settings - Fork 146
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
fix: Prevent submission of sign-in screen when minimum values not yet entered #4702
fix: Prevent submission of sign-in screen when minimum values not yet entered #4702
Conversation
…o fix/prevent-sign-in-submission
Looks good @Nithishvb, thanks for the PR, @pete-watters do you want to get this merged since you are assigned to the original issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this fix @Nithishvb . This fix is working well, thank you! Before I can merge I just need to clean up this PR a bit.
I still see this branch has a merge from dev
included.
Can you please:
- make a branch off
dev
with a single commit that makes only the change you need - commit that following our convention:
fix(wallet): ...
We ask for this as we want to keep a clean commit history
…ithishvb/extension into fix/prevent-sign-in-submission
This reverts commit 63d29ba.
This reverts commit 8dc1d22.
This reverts commit 72c3160.
This reverts commit 72c3160.
Closing this as work done here #4709 |
Closes #4690
This PR fixes a refinement to the sign-in functionality by preventing submission of the button until minimum required values are entered.