mirror of
https://github.com/sigmasternchen/kukkubukku
synced 2025-03-15 07:18:54 +00:00
fixed login failed message condition in login form
This commit is contained in:
parent
a3e6e0c258
commit
1ffa740944
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue