From b16492a62cc87c7bbdc12c7b59f9845cfb72e695 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 6 May 2025 18:03:53 +0100 Subject: [PATCH] =?UTF-8?q?Generate=20the=20schema=20(which=20fixes=20a=20?= =?UTF-8?q?typo=20amongst=20other=20things=20=F0=9F=A4=A6=E2=80=8D?= =?UTF-8?q?=E2=99=82=EF=B8=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }