From 4e63dab71e7730559b3265e6b7b03b352b11f68e Mon Sep 17 00:00:00 2001 From: Tom Fawcett Date: Thu, 12 Nov 2020 08:50:46 +0000 Subject: [PATCH] Tweak form and input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Disable autocomplete to enhance security • Enable autofocus to improve UX • Set input as required as it seems pointless to allow an empty submission --- html.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.go b/html.go index c8af666..c205fcc 100644 --- a/html.go +++ b/html.go @@ -36,7 +36,7 @@ const (