Generate the schema (which fixes a typo amongst other things 🤦‍♂️)

This commit is contained in:
Doug
2025-05-06 18:03:53 +01:00
parent 8da6aa4134
commit b16492a62c

View File

@@ -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"
}