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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 7 additions and 0 deletions

View file

@ -17,6 +17,7 @@
ref="username"
required
type="text"
autocomplete="username"
v-focus
/>
</div>
@ -32,6 +33,7 @@
ref="password"
required
type="password"
autocomplete="current-password"
/>
</div>
</div>