Skip to content

Commit 6d29ebb

Browse files
committed
Generate the schema (which fixes a typo amongst other things 🤦‍♂️)
1 parent e4a4261 commit 6d29ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,8 +2119,8 @@
21192119
"type": "string"
21202120
}
21212121
},
2122-
"forward_login_mode": {
2123-
"description": " Whether the login_hint should be forwarded to the provider in the authorization request.",
2122+
"forward_login_hint": {
2123+
"description": "Whether the login_hint should be forwarded to the provider in the authorization request.\n\nDefaults to `false`.",
21242124
"default": false,
21252125
"type": "boolean"
21262126
}

0 commit comments

Comments
 (0)