mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Fix typo
This commit is contained in:
parent
48f846da40
commit
88e23627fd
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ class AuthController(object):
|
||||||
cherrypy.response.cookie[jwt_cookie]['path'] = plexpy.HTTP_ROOT.rstrip('/') or '/'
|
cherrypy.response.cookie[jwt_cookie]['path'] = plexpy.HTTP_ROOT.rstrip('/') or '/'
|
||||||
|
|
||||||
if plexpy.HTTP_ROOT != '/':
|
if plexpy.HTTP_ROOT != '/':
|
||||||
# Aslo expire the JWT on the root path
|
# Also expire the JWT on the root path
|
||||||
cherrypy.response.headers['Set-Cookie'] = jwt_cookie + '=""; expires=Thu, 01 Jan 1970 12:00:00 GMT; path=/'
|
cherrypy.response.headers['Set-Cookie'] = jwt_cookie + '=""; expires=Thu, 01 Jan 1970 12:00:00 GMT; path=/'
|
||||||
|
|
||||||
cherrypy.request.login = None
|
cherrypy.request.login = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue