From ad7b72a8cf8b335193ed00d1d1e053f155b9d301 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 17 Feb 2017 20:17:37 +0100 Subject: todo: Send an actually invalid user on logout --- modules/todo/todo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/todo/todo.html') 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; }); } -- cgit v1.2.3-70-g09d2