From 233d9de48df7e32701500177203b36c5b27c2a1e Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 13 Jan 2015 18:05:01 +0200 Subject: enable failed login debugging --- res/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/templates/login.html b/res/templates/login.html index b2971879..46a9dbbc 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -24,7 +24,7 @@ success : function () { document.location = "/index"; }, - error : function () { + error : function (xhr, status, err_thrown) { document.location = "/login"; } }); -- cgit v1.3.1