This commit is contained in:
2019-04-19 20:57:06 +00:00
parent 56f8ee0a35
commit 2a15d8e1aa
6 changed files with 39 additions and 33 deletions

View File

@@ -128,7 +128,7 @@ export default {
mounted() {
//redirect to login if not authenticated
if (!this.$store.state.authenticated) {
this.$router.replace({ name: "login" });
this.$router.push({ name: "login" });
}
},
computed: {