Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix seed phrase import back button (#6758)
The back button on the import seed phrase page leaves the Redux store with `appState.forgottenPassword` set to true, which prevents the user from logging in. That flag is now unset when the user leaves the page. Fixes #6740
- Loading branch information