Improve navigation

This commit is contained in:
N-Pex 2021-01-11 17:42:58 +01:00
parent d5945d675e
commit 6a22d99c17
12 changed files with 198 additions and 72 deletions

View file

@ -69,7 +69,7 @@ export default {
},
logOut() {
this.$store.dispatch("auth/logout");
this.$navigation.push("/login", true);
this.$navigation.push("/login", -1);
},
},
computed: {