Add confirm with enter when setting a new password

This commit is contained in:
kolaente 2021-07-30 14:46:00 +02:00
parent 362ccde425
commit 364d42b2b9
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@
required
type="password"
autocomplete="new-password"
v-model="credentials.password2"/>
v-model="credentials.password2"
@keyup.enter="submit"
/>
</div>
</div>