Last minute fixes
This commit is contained in:
+3
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user