Chore : attempt to reduce loading times
release-tag / release-image (push) Successful in 51s

This commit is contained in:
2024-07-31 10:20:48 +02:00
parent cfbaeca52b
commit 0669619543
9 changed files with 569 additions and 593 deletions
+3 -1
View File
@@ -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
});