diff options
author | Frederick Muriuki Muriithi | 2023-03-10 04:23:58 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-03-10 04:23:58 +0300 |
commit | baef6481ac5eb6ab8cd8196637894b794e44283b (patch) | |
tree | 43b5e4b8b7dbf0a41a2b988ffb3a1e29897ff4af /main.py | |
parent | 726460a2ca4817a1b7a5c7798147996d7b7e5e2d (diff) | |
download | genenetwork3-baef6481ac5eb6ab8cd8196637894b794e44283b.tar.gz |
auth: data-migration: Fix minor bugs
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ def init_dev_clients(): "redirect_uris": ["http://localhost:5033/oauth2/code"], "response_type": "token", # choices: ["code", "token"] "scope": ["profile", "group", "role", "resource", "register-client", - "user"] + "user", "migrate-data", "introspect"] }), "user_id": "0ad1917c-57da-46dc-b79e-c81c91e5b928"},) |