cleaning up the code.

remotes/1691122043333111478/csrf
b3yond 2019-01-27 17:39:31 +01:00
parent e735936c7a
commit 2a90573d5e
1 changed files with 0 additions and 1 deletions

View File

@ -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('/')