This commit is contained in:
2023-01-30 18:26:59 +01:00
parent 2960d1ffd8
commit d905fcc05c
3 changed files with 5 additions and 5 deletions
-2
View File
@@ -51,8 +51,6 @@ export default defineComponent({
data
.then((res) => {
console.log(res.data);
this.store.user = res.data.user;
this.store.authState = AuthState.AUTHORIZED;
this.$router.push('/');