You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Logout should remove all account-related data from redux. E.g. transactions, forging, etc.
Alternatively, it can be taken care of in the respective components.
Actual behaviour
Logout leaves data in redux, so on next login transactions list displays transactions from the previous account.
Steps to reproduce
Login as account A
Logout
Login as account B
The text was updated successfully, but these errors were encountered:
Expected behaviour
Logout should remove all account-related data from redux. E.g. transactions, forging, etc.
Alternatively, it can be taken care of in the respective components.
Actual behaviour
Logout leaves data in redux, so on next login transactions list displays transactions from the previous account.
Steps to reproduce
The text was updated successfully, but these errors were encountered: