Creating Band edit page

This commit is contained in:
2024-10-26 14:35:33 +02:00
parent fedb821a72
commit cdb3f02156
16 changed files with 377 additions and 41 deletions

View File

@@ -95,11 +95,7 @@ export const useAccountStore = defineStore("accountStore", {
password: this.registerData.password
}
await this.login()
.then(result => {
this.fetchInProgress = false
return true
})
this.fetchInProgress = false
})
.catch((error) => {
if (error.status == 400) {