File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/config/src/sections Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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`.
Original file line number Diff line number Diff line change 21202120 }
21212121 },
21222122 "forward_login_hint" : {
2123- "description" : " Whether the login_hint should be forwarded to the provider in the authorization request.\n\n Defaults to `false`." ,
2123+ "description" : " Whether the ` login_hint` should be forwarded to the provider in the authorization request.\n\n Defaults to `false`." ,
21242124 "default" : false ,
21252125 "type" : " boolean"
21262126 }
You can’t perform that action at this time.
0 commit comments