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