We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91b988 commit 16381e7Copy full SHA for 16381e7
user-login.php
@@ -64,7 +64,7 @@
64
<form action="user-login-action.php" method="get">
65
<div class="form-group">
66
<label for="loginUsername">Username</label>
67
- <input type="text" name="username" class="form-control" id="loginUsername" aria-describedby="emailHelp">
+ <input autofocus type="text" name="username" class="form-control" id="loginUsername" aria-describedby="emailHelp">
68
</div>
69
<div class="form-group pb-2">
70
<label for="loginPassword">Password</label>
0 commit comments