Skip to content

Commit

Permalink
Autofocus to password input
Browse files Browse the repository at this point in the history
  • Loading branch information
saaste committed Mar 16, 2024
1 parent 4821bc2 commit ddb7fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2>Log In</h2>
<div class="input-group">
<label for="password">Password</label>
<div class="input-group horizontal">
<input type="password" name="password" id="password" />
<input type="password" name="password" id="password" autofocus />
<button type="submit">Log In</button>
</div>
{{ if .Error }}<p class="warning">{{ .Error }}</p>{{ end }}
Expand Down

0 comments on commit ddb7fd3

Please sign in to comment.