aboutsummaryrefslogtreecommitdiffstats
path: root/web/command
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-07-16 20:16:47 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-07-16 20:16:47 +0100
commit43c2a54d27cef89f581c015d2574539679654481 (patch)
treebfc62568bdf8a6926f4ef38790769c39ff265324 /web/command
parentfbcde64820bcef47acdb13dfa2cbf77348820246 (diff)
Make auth input field password type
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"),