From cf9e3f0f753e69c5bfa0838787e1c9833a060646 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 6 Feb 2026 16:17:17 -0800 Subject: Keep redirect query param on incorrect password This makes it a little less weird when you enter an incorrect password and the URL changes. --- templates/login.html.template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/login.html.template') diff --git a/templates/login.html.template b/templates/login.html.template index e9ffe2b..1aef0f2 100644 --- a/templates/login.html.template +++ b/templates/login.html.template @@ -4,8 +4,7 @@ {{if .Error}}

Incorrect password

{{end}} -
- + @@ -17,7 +16,7 @@ - +
-- cgit v1.3.1