Visual improvements
This commit is contained in:
@@ -38,7 +38,7 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
}
|
||||
async function login(email: string, password: string) {
|
||||
await account.createEmailPasswordSession(email, password);
|
||||
init();
|
||||
await init();
|
||||
}
|
||||
|
||||
async function googleLogin() {
|
||||
|
||||
Reference in New Issue
Block a user