Skip to content

Commit

Permalink
Use mobile cfg instead of internal
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Nov 20, 2023
1 parent 2d8c711 commit 2fa661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden/src/client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl Client {
Ok(self.encryption_settings.as_ref().unwrap())
}

#[cfg(feature = "internal")]
#[cfg(feature = "mobile")]
pub(crate) fn initialize_user_crypto_decrypted_key(
&mut self,
decrypted_user_key: &str,
Expand Down

0 comments on commit 2fa661a

Please sign in to comment.