This commit is contained in:
+3
-1
@@ -13,11 +13,13 @@ export const useAuthStore = defineStore("auth", {
|
||||
this.logged = true;
|
||||
return data;
|
||||
});
|
||||
|
||||
Object.assign(this.selfUser, data.value);
|
||||
} catch (e) {}
|
||||
} catch (e) { }
|
||||
},
|
||||
oauth2_register_discord: () => {
|
||||
throw Error("not implemented");
|
||||
},
|
||||
},
|
||||
persist: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user