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

@@ -13,7 +13,7 @@ async function registerAccount() {
accountStore.registerAccount()
.then(result => {
if (result) {
router.push("/account/home")
showRegisterCard.value = false
}
})
}