release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 63e9de01e2 - Show all commits

View File

@ -118,6 +118,8 @@ const actions: ActionTree<SessionInterface, StateInterface> = {
}).then(() => {
commit('clearCurrentSession');
commit('user/clearCurrentUser', null, { root: true });
// ensure also volatile store gets cleared by refreshing the site
Router.go(0);
});
},
/**