forked from ticketfrei/ticketfrei
This was a weird merge conflict with my own branch o.0
This commit is contained in:
commit
3dd976ef40
|
|
@ -205,6 +205,7 @@ def logout():
|
||||||
response.set_cookie('uid', '', expires=0, path="/")
|
response.set_cookie('uid', '', expires=0, path="/")
|
||||||
response.set_cookie('csrf', '', expires=0, path="/")
|
response.set_cookie('csrf', '', expires=0, path="/")
|
||||||
# :todo show info "Logout successful."
|
# :todo show info "Logout successful."
|
||||||
|
response.set_cookie('csrf', '', expires=0, path="/")
|
||||||
redirect('/')
|
redirect('/')
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue