From 1ffa740944f159c5b4dcd4bfc30781f9688e9cf0 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Tue, 5 Apr 2022 15:44:52 +0200 Subject: [PATCH] fixed login failed message condition in login form --- templates/login.fragment.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/login.fragment.templ b/templates/login.fragment.templ index 537e1bb..0430c01 100644 --- a/templates/login.fragment.templ +++ b/templates/login.fragment.templ @@ -1,5 +1,5 @@
- {{ if test $(queryString "status" = "fail"); then }} + {{ if test "$(queryString "status")" = "fail"; then }}

Login failed

{{ fi }}