From 43c2a54d27cef89f581c015d2574539679654481 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Wed, 16 Jul 2025 20:16:47 +0100 Subject: Make auth input field password type --- web/command/html/authenticate.go | 1 + 1 file changed, 1 insertion(+) (limited to 'web/command/html') 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"), -- cgit v1.2.3-70-g09d2