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

@@ -566,7 +566,7 @@ pub struct Provider {
#[serde(default, skip_serializing_if = "BTreeMap::is_empty")]
pub additional_authorization_parameters: BTreeMap<String, String>,
/// Whether the login_hint should be forwarded to the provider in the
/// Whether the `login_hint` should be forwarded to the provider in the
/// authorization request.
///
/// Defaults to `false`.

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