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:
Min RK
2017-04-18 11:21:47 +02:00
parent a555af428d
commit f58015dc57
2 changed files with 0 additions and 5 deletions

View File

@@ -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.