Skip to content

Commit 16381e7

Browse files
committed
FE - Added - autofous to username,login page
1 parent f91b988 commit 16381e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<form action="user-login-action.php" method="get">
6565
<div class="form-group">
6666
<label for="loginUsername">Username</label>
67-
<input type="text" name="username" class="form-control" id="loginUsername" aria-describedby="emailHelp">
67+
<input autofocus type="text" name="username" class="form-control" id="loginUsername" aria-describedby="emailHelp">
6868
</div>
6969
<div class="form-group pb-2">
7070
<label for="loginPassword">Password</label>

0 commit comments

Comments
 (0)