diff options
-rw-r--r-- | gn3/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn3/settings.py b/gn3/settings.py index b3dc343..e58285a 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -74,8 +74,8 @@ AUTH_MIGRATIONS = "migrations/auth" AUTH_DB = os.environ.get( "AUTH_DB", f"{os.environ.get('HOME')}/genenetwork/gn3_files/db/auth.db") OAUTH2_SCOPE = ( - "profile", "group", "role", "resource", "register-client", "user", - "masquerade", "migrate-data", "introspect") + "profile", "group", "role", "resource", "user", "masquerade", + "migrate-data", "introspect") try: # *** SECURITY CONCERN *** |