mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
remove references to unused other_user_cookies
OAuth gets rid of the concept of the Hub managing cookies on behalf of sub-servers
This commit is contained in:
@@ -393,8 +393,6 @@ class User(Base):
|
||||
# group mapping
|
||||
groups = relationship('Group', secondary='user_group_map', back_populates='users')
|
||||
|
||||
other_user_cookies = set([])
|
||||
|
||||
@property
|
||||
def server(self):
|
||||
"""Returns the first element of servers.
|
||||
|
Reference in New Issue
Block a user