We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b91c7ff commit 8880ddaCopy full SHA for 8880dda
examples/auth/views/login.ejs
@@ -6,12 +6,12 @@
6
Try accessing <a href="/restricted">/restricted</a>, then authenticate with "tj" and "foobar".
7
<form method="post" action="/login">
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