Last minute fixes

This commit is contained in:
2025-10-01 00:31:31 +02:00
parent 66f1f5f336
commit 146e48d42d
10 changed files with 34 additions and 111 deletions
+3 -1
View File
@@ -29,7 +29,9 @@ async function submit() {
method: 'POST',
body: form
});
form.password = '';
await fetch();
form.email = '';
await router.push(
localePath(
(route.query.to
@@ -124,7 +126,7 @@ async function submit() {
class="w-full text-center"
>{{ t(error) }}</VaAlert
>
<VaButtonGroup>
<VaButtonGroup grow>
<VaButton color="success" type="submit" :disabled="!isValid">{{
t('auth.login')
}}</VaButton>