mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac/fix
This commit is contained in:
parent
4f5d949af6
commit
51242f4484
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {}
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue