Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Jun 13, 2024
1 parent 3551d0b commit 160d159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bitwarden/src/client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ pub(crate) enum ServiceAccountLoginMethod {
#[derive(Debug, Default, Clone)]
pub(crate) struct Tokens {
// These two fields are always written to, but they are not read
// from the secrets manager SDK.

// from the secrets manager SDK.
#[cfg_attr(not(feature = "internal"), allow(dead_code))]
access_token: Option<String>,
pub(crate) expires_on: Option<i64>,
Expand Down

0 comments on commit 160d159

Please sign in to comment.