fixed login failed message condition in login form

This commit is contained in:
overflowerror 2022-04-05 15:44:52 +02:00
parent a3e6e0c258
commit 1ffa740944

View file

@ -1,5 +1,5 @@
<form method="POST" action="?">
{{ if test $(queryString "status" = "fail"); then }}
{{ if test "$(queryString "status")" = "fail"; then }}
<p>Login failed</p>
{{ fi }}
<input type="text" placeholder="Username" name="username"><br />