cleaning up the code.
This commit is contained in:
parent
e735936c7a
commit
2a90573d5e
|
@ -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('/')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue