mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
portalapi: fix cookie not being deleted because maxage=-1 or something
This commit is contained in:
parent
ae37b5fc24
commit
704e42a6af
1 changed files with 1 additions and 1 deletions
|
@ -172,5 +172,5 @@ class Authenticator(BaseAuthenticator):
|
|||
|
||||
from bottle import response
|
||||
|
||||
response.set_cookie("yunohost.portal", "", max_age=-1)
|
||||
response.set_cookie("yunohost.portal", "")
|
||||
response.delete_cookie("yunohost.portal")
|
||||
|
|
Loading…
Add table
Reference in a new issue