summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-02-17 20:17:37 +0100
committertomsmeding <tom.smeding@gmail.com>2017-02-17 20:17:37 +0100
commitad7b72a8cf8b335193ed00d1d1e053f155b9d301 (patch)
tree640321d70c2a581392bf54b055cce70485e14d92 /modules
parentc0dc8650ab9301b731142776ea5e401c6ce57559 (diff)
todo: Send an actually invalid user on logout
Diffstat (limited to 'modules')
-rw-r--r--modules/todo/todo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/todo/todo.html b/modules/todo/todo.html
index b48d155..e2f13af 100644
--- a/modules/todo/todo.html
+++ b/modules/todo/todo.html
@@ -198,7 +198,7 @@ function doAddTask(ev){
}
function logoutReload(){
- fetch("GET","/todo/authfail",undefined,["baduser","badpass"],function(status,body){
+ fetch("GET","/todo/authfail",undefined,["x","x"],function(status,body){
location.href=location.href;
});
}