fix: login autocomplete render issue #474

This commit is contained in:
WDaan 2022-11-16 14:28:17 +01:00
parent 2b913d5064
commit ef64c38f09

View file

@ -17,6 +17,7 @@
autocomplete="current email"
name="username"
autocapitalize="none"
persistent-placeholder
@keyup.enter.native="login"
/>
<v-text-field
@ -29,6 +30,7 @@
autocomplete="current password"
name="password"
autocapitalize="none"
persistent-placeholder
@keyup.enter.native="login"
/>
<v-spacer />