mirror of
https://github.com/norohind/FDEV-CAPI-Handler.git
synced 2025-06-06 02:13:30 +03:00
fix auth scopes capi -> capi auth
This commit is contained in:
parent
e182cde7d1
commit
e3b8c724e3
@ -34,7 +34,7 @@ class CAPIAuthorizer:
|
||||
|
||||
redirect_user_to_fdev = f"{config.AUTH_URL}?" \
|
||||
f"audience=all&" \
|
||||
f"scope=capi&" \
|
||||
f"scope=auth%20capi&" \
|
||||
f"response_type=code&" \
|
||||
f"client_id={config.CLIENT_ID}&" \
|
||||
f"code_challenge={code_challenge}&" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user