diff --git a/src/plugins/user/store/session.ts b/src/plugins/user/store/session.ts index d76600a..cb2e1a4 100644 --- a/src/plugins/user/store/session.ts +++ b/src/plugins/user/store/session.ts @@ -118,6 +118,8 @@ const actions: ActionTree = { }).then(() => { commit('clearCurrentSession'); commit('user/clearCurrentUser', null, { root: true }); + // ensure also volatile store gets cleared by refreshing the site + Router.go(0); }); }, /**