[WIP] Фикс удаления токена

This commit is contained in:
megavrilinvv
2022-12-07 13:50:27 +03:00
parent 0e352544e8
commit 463a54b7e3
3 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ export default {
},
methods: {
logout() {
localStorage.clear();
localStorage.removeItem("tokenAccess");
this.$router.push("/login");
},
},