mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 05:54:01 +02:00
fix: add base scopes for OAuth2 configuration
This commit is contained in:
@@ -54,6 +54,7 @@ if (
|
||||
authorize_endpoint=oauth2_config.authorize_endpoint,
|
||||
access_token_endpoint=oauth2_config.access_token_endpoint,
|
||||
user_info_endpoint=oauth2_config.user_info_endpoint,
|
||||
base_scopes=["openid", "email", "profile"],
|
||||
)
|
||||
else:
|
||||
oauth_client = None
|
||||
|
||||
Reference in New Issue
Block a user