diff options
author | tomsmeding <tom.smeding@gmail.com> | 2017-02-17 20:17:37 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2017-02-17 20:17:37 +0100 |
commit | ad7b72a8cf8b335193ed00d1d1e053f155b9d301 (patch) | |
tree | 640321d70c2a581392bf54b055cce70485e14d92 | |
parent | c0dc8650ab9301b731142776ea5e401c6ce57559 (diff) |
todo: Send an actually invalid user on logout
-rw-r--r-- | modules/todo/todo.html | 2 |
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; }); } |