We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6190362 commit 3e9f9cdCopy full SHA for 3e9f9cd
1 file changed
assets/html/index.html
@@ -21,11 +21,11 @@
21
<h1>Login</h1>
22
<form>
23
<div class="login-mask-control">
24
- <label for="username">Username</label>
+ <label for="username" for="username">Username</label>
25
<input type="text" id="username" name="username" autocomplete="username" required autofocus>
26
</div>
27
28
- <label for="password">Password</label>
+ <label for="password" for="password">Password</label>
29
<input type="password" id="password" name="password" autocomplete="current-password" required>
30
31
<div class="button-container">
0 commit comments