mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 21:13:01 +00:00
@@ -829,7 +829,6 @@ class OAuthClient(Base):
|
|||||||
|
|
||||||
# these are the scopes an oauth client is allowed to request
|
# these are the scopes an oauth client is allowed to request
|
||||||
# *not* the scopes of the client itself
|
# *not* the scopes of the client itself
|
||||||
|
|
||||||
allowed_scopes = Column(JSONList, default=[])
|
allowed_scopes = Column(JSONList, default=[])
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
|
Reference in New Issue
Block a user