Update the login schema docs.

This commit is contained in:
Doug
2025-05-07 10:21:40 +01:00
parent 03d6fa0485
commit a826b99319
2 changed files with 2 additions and 2 deletions

View File

@@ -2120,7 +2120,7 @@
}
},
"forward_login_hint": {
"description": "Whether the login_hint should be forwarded to the provider in the authorization request.\n\nDefaults to `false`.",
"description": "Whether the `login_hint` should be forwarded to the provider in the authorization request.\n\nDefaults to `false`.",
"default": false,
"type": "boolean"
}