mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
refac/fix
This commit is contained in:
@@ -648,8 +648,8 @@ def load_oauth_providers():
|
|||||||
}
|
}
|
||||||
if OAUTH_TOKEN_ENDPOINT_AUTH_METHOD.value
|
if OAUTH_TOKEN_ENDPOINT_AUTH_METHOD.value
|
||||||
else {}
|
else {}
|
||||||
)
|
),
|
||||||
** (
|
**(
|
||||||
{"timeout": int(OAUTH_TIMEOUT.value)} if OAUTH_TIMEOUT.value else {}
|
{"timeout": int(OAUTH_TIMEOUT.value)} if OAUTH_TIMEOUT.value else {}
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user