mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
Unset all login cookies
This commit is contained in:
@@ -285,6 +285,8 @@ class User(Base):
|
||||
spawner = None
|
||||
spawn_pending = False
|
||||
stop_pending = False
|
||||
|
||||
other_user_cookies = set([])
|
||||
|
||||
def __repr__(self):
|
||||
if self.server:
|
||||
|
Reference in New Issue
Block a user