Skip to content

Commit 710faba

Browse files
committed
lint
1 parent 2e93a15 commit 710faba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/storage/src/upstream_oauth2/provider.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ pub struct UpstreamOAuthProviderParams {
4343
pub token_endpoint_signing_alg: Option<JsonWebSignatureAlg>,
4444

4545
/// Whether to fetch the user profile from the userinfo endpoint,
46-
/// or to rely on the data returned in the id_token from the token_endpoint.
46+
/// or to rely on the data returned in the `id_token` from the
47+
/// `token_endpoint`.
4748
pub fetch_userinfo: bool,
4849

4950
/// The client ID to use when authenticating to the upstream

0 commit comments

Comments
 (0)