This was a weird merge conflict with my own branch o.0

remotes/1691122043333111478/csrf
b3yond 2019-01-27 16:05:15 +01:00
commit 3dd976ef40
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ 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('/')