aboutsummaryrefslogtreecommitdiffstats
path: root/web/command
diff options
context:
space:
mode:
Diffstat (limited to 'web/command')
-rw-r--r--web/command/html/authenticate.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/command/html/authenticate.go b/web/command/html/authenticate.go
index 27a2321..c077529 100644
--- a/web/command/html/authenticate.go
+++ b/web/command/html/authenticate.go
@@ -24,6 +24,7 @@ func AuthenticatePage(err string) Node {
Input(
ID("token"),
Name("token"),
+ Type("password"),
),
Span(
Class("form-help"),