Skip to content

Commit 3e9f9cd

Browse files
committed
Add for attribute
1 parent 6190362 commit 3e9f9cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<h1>Login</h1>
2222
<form>
2323
<div class="login-mask-control">
24-
<label for="username">Username</label>
24+
<label for="username" for="username">Username</label>
2525
<input type="text" id="username" name="username" autocomplete="username" required autofocus>
2626
</div>
2727
<div class="login-mask-control">
28-
<label for="password">Password</label>
28+
<label for="password" for="password">Password</label>
2929
<input type="password" id="password" name="password" autocomplete="current-password" required>
3030
</div>
3131
<div class="button-container">

0 commit comments

Comments
 (0)