Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Timshel committed Sep 25, 2024
1 parent 013972d commit 26ff4e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sso.rs
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,7 @@ pub fn create_auth_tokens(
_ => err!("Non jwt access_token and empty expires_in"),
};

let access_claims =
auth::LoginJwtClaims::new(device, user, ap_nbf, ap_exp, AuthMethod::Sso.scope_vec(), now);
let access_claims = auth::LoginJwtClaims::new(device, user, ap_nbf, ap_exp, AuthMethod::Sso.scope_vec(), now);

_create_auth_tokens(device, refresh_token, access_claims, access_token)
} else {
Expand Down

0 comments on commit 26ff4e6

Please sign in to comment.