diff --git a/docs/config.schema.json b/docs/config.schema.json index dbb7a5333..d70f433ee 100644 --- a/docs/config.schema.json +++ b/docs/config.schema.json @@ -2119,8 +2119,8 @@ "type": "string" } }, - "forward_login_mode": { - "description": " Whether the login_hint should be forwarded to the provider in the authorization request.", + "forward_login_hint": { + "description": "Whether the login_hint should be forwarded to the provider in the authorization request.\n\nDefaults to `false`.", "default": false, "type": "boolean" }