mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: fix double app refresh on logout
This commit is contained in:
@@ -93,7 +93,6 @@ class UserStore extends BaseStore<UserStore> {
|
||||
state.isLoggedIn = false;
|
||||
});
|
||||
config.clear();
|
||||
EV.publish(EVENTS.appRefreshRequested);
|
||||
if (reason) {
|
||||
await showAccountLoggedOutNotice(reason);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user