summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/store/modules/Authentication/AuthenticanStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/modules/Authentication/AuthenticanStore.js b/src/store/modules/Authentication/AuthenticanStore.js
index 02d6e637..a6de8405 100644
--- a/src/store/modules/Authentication/AuthenticanStore.js
+++ b/src/store/modules/Authentication/AuthenticanStore.js
@@ -55,7 +55,7 @@ const AuthenticationStore = {
commit('setConsoleWindow', false);
commit('logout');
})
- .then(() => router.go('/login'))
+ .then(() => router.push('/login'))
.catch((error) => console.log(error));
},
getUserInfo(_, username) {