-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore imported tokens for redirection when signed out (#5602)
# Motivation In PR [#5596](#5596), we began checking for the loading of imported tokens to handle navigation from the wallet page for unknown tokens. This fixed the targeted issue but unintentionally broke redirection to the tokens page after sign-out. To restore the sign-out redirection, we also need to consider the login state. # Changes - Ignore imported token readiness when signed out, as we don’t load them in this state. # Tests - Added. # Todos - [ ] Add entry to changelog (if necessary). Not necessary.
- Loading branch information
1 parent
55fec50
commit 3c14cdb
Showing
2 changed files
with
31 additions
and
6 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