fix loginu

This commit is contained in:
2023-09-16 20:18:03 +02:00
parent 7c0accbbce
commit bc5384e747
8 changed files with 29 additions and 16 deletions
+2
View File
@@ -157,7 +157,9 @@ export default defineComponent({
async signOut() {
await axios.post('/auth/logout', {}, { baseURL, withCredentials: true });
this.$router.push('/login');
this.store.removeUserData();
},
onNotifyCheckboxChange(value: boolean) {