From 5325d4b10d39a8873b445ce956a059ad6c2811fb Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 15 Aug 2026 08:13:10 -0700 Subject: Properly use code unauthorized --- templates/login.html.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/login.html.template') diff --git a/templates/login.html.template b/templates/login.html.template index 1aef0f2..2f17947 100644 --- a/templates/login.html.template +++ b/templates/login.html.template @@ -4,8 +4,11 @@ {{if .Error}}

Incorrect password

{{end}} -
+ + {{if .Redirect}} + + {{end}} -- cgit v1.3.1