We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91c7ff commit 8880ddaCopy full SHA for 8880dda
examples/auth/views/#.ejs
@@ -6,12 +6,12 @@
6
Try accessing <a href="/restricted">/restricted</a>, then authenticate with "tj" and "foobar".
7
<form method="post" action="/#">
8
<p>
9
- <label>Username:</label>
10
- <input type="text" name="username">
+ <label for="username">Username:</label>
+ <input type="text" name="username" id="username">
11
</p>
12
13
- <label>Password:</label>
14
- <input type="text" name="password">
+ <label for="password">Password:</label>
+ <input type="text" name="password" id="password">
15
16
17
<input type="submit" value="Login">
0 commit comments