1
0

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

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>