From 2a90573d5eed19a0d56e12473045dab272ff653f Mon Sep 17 00:00:00 2001 From: b3yond Date: Sun, 27 Jan 2019 17:39:31 +0100 Subject: [PATCH] cleaning up the code. --- frontend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend.py b/frontend.py index 26a6477..7fbf975 100755 --- a/frontend.py +++ b/frontend.py @@ -200,7 +200,6 @@ def logout(): response.set_cookie('uid', '', expires=0, path="/") response.set_cookie('csrf', '', expires=0, path="/") # :todo show info "Logout successful." - response.set_cookie('csrf', '', expires=0, path="/") redirect('/')