diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-07-16 20:16:47 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-07-16 20:16:47 +0100 |
| commit | 43c2a54d27cef89f581c015d2574539679654481 (patch) | |
| tree | bfc62568bdf8a6926f4ef38790769c39ff265324 /web/command | |
| parent | fbcde64820bcef47acdb13dfa2cbf77348820246 (diff) | |
Make auth input field password type
Diffstat (limited to 'web/command')
| -rw-r--r-- | web/command/html/authenticate.go | 1 |
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"), |
