We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15dc55 commit 3d2367aCopy full SHA for 3d2367a
crates/bitwarden-core/src/key_management/crypto.rs
@@ -165,7 +165,7 @@ pub(super) async fn initialize_user_crypto(
165
client.internal.init_user_id(user_id)?;
166
}
167
168
- let account_crypto_state = (&req).account_cryptographic_state.to_owned();
+ let account_crypto_state = req.account_cryptographic_state.to_owned();
169
let _span_guard = tracing::info_span!(
170
"User Crypto Initialization",
171
user_id = ?client.internal.get_user_id(),
0 commit comments