PKCE requires no secret, with no secret the login button does not ever show

This commit is contained in:
Thomas Cooper 2025-08-28 14:47:13 -04:00
parent 0ebe4f8f84
commit 9d80cc3b2d
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ def load_oauth_providers():
if (
OAUTH_CLIENT_ID.value
and OAUTH_CLIENT_SECRET.value
and (OAUTH_CLIENT_SECRET.value or OAUTH_CODE_CHALLENGE_METHOD.value)
and OPENID_PROVIDER_URL.value
):