Add autocomplete attributes to auth-related inputs (#1349)

This commit is contained in:
MMK21Hub
2023-09-02 14:40:02 +01:00
committed by GitHub
parent d500c29493
commit 3033387ffc
4 changed files with 13 additions and 1 deletions
+2
View File
@@ -58,6 +58,7 @@
id="email"
v-model="email"
type="text"
autocomplete="username"
class="auth-form__input"
placeholder="Email or username"
/>
@@ -70,6 +71,7 @@
id="password"
v-model="password"
type="password"
autocomplete="current-password"
class="auth-form__input"
placeholder="Password"
/>