summaryrefslogtreecommitdiff
path: root/pkg/webui/html/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/webui/html/login.html')
-rw-r--r--pkg/webui/html/login.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/webui/html/login.html b/pkg/webui/html/login.html
index 4ff0265..deb6d4a 100644
--- a/pkg/webui/html/login.html
+++ b/pkg/webui/html/login.html
@@ -3,7 +3,8 @@
<form action="/login" method="post">
<fieldset>
<div class="field border label{{ if .Forbidden }} invalid{{ end}}">
- <input id="username"
+ <input autofocus
+ id="username"
name="username"
type="text"
value="{{ .Username }}"