mirror of
https://github.com/sigmasternchen/Diary
synced 2025-03-15 07:08:56 +00:00
Added autofocus to login form username field
This commit is contained in:
parent
ceb4e3496e
commit
4a481f6deb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
<div id="contentContainer">
|
||||
<form method="POST">
|
||||
<input type="text" name="user" placeholder="Username" required/><br/>
|
||||
<input type="text" name="user" placeholder="Username" required autofocus/><br/>
|
||||
<input type="password" name="pass" placeholder="Password" required/><br/>
|
||||
<input type="submit" value="Login">
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue