diff --git a/src/lua/init.lua b/src/lua/init.lua index 19e225f..4e2d932 100644 --- a/src/lua/init.lua +++ b/src/lua/init.lua @@ -724,7 +724,9 @@ function login(req) if method == "GET" then --Just give them the login page text = render(host..path,function() - return pages.login{} + return pages.login{ + err = "", + } end) elseif method == "POST" then --Try to log in