We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5519f commit 2e93a15Copy full SHA for 2e93a15
crates/config/src/sections/upstream_oauth2.rs
@@ -466,7 +466,8 @@ pub struct Provider {
466
pub pkce_method: PkceMethod,
467
468
/// Whether to fetch the user profile from the userinfo endpoint,
469
- /// or to rely on the data returned in the `id_token` from the `token_endpoint`.
+ /// or to rely on the data returned in the `id_token` from the
470
+ /// `token_endpoint`.
471
///
472
/// Defaults to `false`.
473
#[serde(default)]
0 commit comments