Skip to content

Commit

Permalink
chore: allow deadcode in OAuth2ClientCredentialsBody
Browse files Browse the repository at this point in the history
  • Loading branch information
raimundo-henriques committed Jun 24, 2024
1 parent ddae256 commit 82fd5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions endpoint/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pub struct OAuth2TokenReply {

#[derive(rocket::form::FromForm)]
pub struct OAuth2ClientCredentialsBody<'r> {
#[allow(dead_code)]
pub grant_type: &'r str,
pub scope: Option<&'r str>,
}
Expand Down

0 comments on commit 82fd5ca

Please sign in to comment.