diff options
Diffstat (limited to 'web/command/html/authenticate.go')
| -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"), |
