fix(i18n): clarify OAuth client secret requirement for confidential and public clients (#25468)

chore: clarify OAuth client secret requirement for confidential and public clients
This commit is contained in:
Ian Mark Muninio
2026-01-26 23:53:30 +08:00
committed by GitHub
parent df7efc4945
commit 6430c88b84

View File

@@ -272,7 +272,7 @@
"oauth_auto_register": "Auto register",
"oauth_auto_register_description": "Automatically register new users after signing in with OAuth",
"oauth_button_text": "Button text",
"oauth_client_secret_description": "Required if PKCE (Proof Key for Code Exchange) is not supported by the OAuth provider",
"oauth_client_secret_description": "Required for confidential client, or if PKCE (Proof Key for Code Exchange) is not supported for public client.",
"oauth_enable_description": "Login with OAuth",
"oauth_mobile_redirect_uri": "Mobile redirect URI",
"oauth_mobile_redirect_uri_override": "Mobile redirect URI override",