mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 05:28:13 +00:00
cleanup
This commit is contained in:
@@ -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('/');
|
||||
|
||||
Reference in New Issue
Block a user