Skip to content

Commit cb8bfb5

Browse files
committed
Revert "Update crates/bitwarden-core/src/key_management/crypto.rs"
This reverts commit e30b8b0.
1 parent e30b8b0 commit cb8bfb5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ pub(super) fn enroll_pin(
357357
let mut ctx = key_store.context_mut();
358358

359359
let key_envelope =
360-
PasswordProtectedKeyEnvelope(PasswordProtectedKeyEnvelope::seal(
360+
PasswordProtectedKeyEnvelope(bitwarden_crypto::safe::PasswordProtectedKeyEnvelope::seal(
361361
SymmetricKeyId::User,
362362
&pin,
363363
&ctx,

0 commit comments

Comments
 (0)