1
0

Add autocomplete attributes to login and register forms

This commit is contained in:
kolaente
2020-11-02 23:41:18 +01:00
parent 4be7e12cb6
commit b94c835af0
3 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@
placeholder="e.g. ••••••••••••"
required
type="password"
autocomplete="new-password"
v-focus
v-model="credentials.password"/>
</div>
@ -27,6 +28,7 @@
placeholder="e.g. ••••••••••••"
required
type="password"
autocomplete="new-password"
v-model="credentials.password2"/>
</div>
</div>