Skip to content

Commit 0d1caae

Browse files
committed
Update the login schema docs.
1 parent 26d84c5 commit 0d1caae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/config/src/sections/upstream_oauth2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ pub struct Provider {
566566
#[serde(default, skip_serializing_if = "BTreeMap::is_empty")]
567567
pub additional_authorization_parameters: BTreeMap<String, String>,
568568

569-
/// Whether the login_hint should be forwarded to the provider in the
569+
/// Whether the `login_hint` should be forwarded to the provider in the
570570
/// authorization request.
571571
///
572572
/// Defaults to `false`.

docs/config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@
21202120
}
21212121
},
21222122
"forward_login_hint": {
2123-
"description": "Whether the login_hint should be forwarded to the provider in the authorization request.\n\nDefaults to `false`.",
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)