Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bug where wallet doesn't sign out, closes #2341
This bug occurs when the user signs out, say via the popup, but there is another Hiro Wallet window (frame) open at the same time. The other active frame will restore the cached values to its cache, effectively reverting the sign out action. This fix forces other frames to close on sign out.
- Loading branch information