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
backend: fix unknown account code error after removing device
This fixed unknown account code error described in last commit.
The frontend got notified in wrong order when a device is removed.
The keystore event was pushed before accounts have been removed,
leading to a short moment when the frontend thinks it has accounts
but no more keystore.
Changed order so that the backend sends the keystore event after
accounts are uninitialized.
0 commit comments