Skip to content

Commit c15dc55

Browse files
committed
Prevent logging password / key of decryption init method
1 parent f0caa24 commit c15dc55

File tree

1 file changed

+0
-1
lines changed
  • crates/bitwarden-core/src/key_management

1 file changed

+0
-1
lines changed

crates/bitwarden-core/src/key_management/crypto.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ pub(super) async fn initialize_user_crypto(
169169
let _span_guard = tracing::info_span!(
170170
"User Crypto Initialization",
171171
user_id = ?client.internal.get_user_id(),
172-
method = ?req.method
173172
)
174173
.entered();
175174

0 commit comments

Comments
 (0)