Skip to content
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(ForgetWallet): changed validations on inset seed #564

Merged
merged 6 commits into from
Apr 10, 2024

Conversation

GabrielPrediger
Copy link
Contributor

Problem

TASK: https://app.clickup.com/t/86a2gz6p1

"The forget Wallet option does not work. After entering the password and seeds, clicking on the "Forget" button does not perform any action."

Solution

The validation of the seed input values and the return of the seed from the fn "getSeed()", even when the values were equal, were not returned true. Basically we added a better way to compare these strings using (trin()) and comparing the two values worked

@GabrielPrediger GabrielPrediger self-assigned this Mar 8, 2024
@lucasgabrielgsp lucasgabrielgsp merged commit 4eaf198 into develop Apr 10, 2024
3 checks passed
@lucasgabrielgsp lucasgabrielgsp deleted the fix/forget-wallet-flow-confirm branch April 10, 2024 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants