Skip to content

Commit

Permalink
Merge PR 17 from cavemanpi; Adds autofocus to the username input on t…
Browse files Browse the repository at this point in the history
…he demo login
  • Loading branch information
AaronAtDuo committed Oct 7, 2022
1 parent d62f517 commit b358f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<form class="input-form" action="/" method="POST">
<div class="form-group">
<label for="exampleInputEmail1"><b>Name:</b></label>
<input class="form-control" name="username" type="text" placeholder="username" id="exampleInputEmail1">
<input class="form-control" name="username" type="text" placeholder="username" id="exampleInputEmail1" autofocus />
</div>
<div class="form-group">
<label for="exampleInputPassword1"><b>Password:</b></label>
Expand Down

0 comments on commit b358f2c

Please sign in to comment.