mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
remove cryptoMasterKeyB64 from account
This commit is contained in:
@@ -107,7 +107,6 @@ export class AccountKeys {
|
||||
// deprecated keys
|
||||
cryptoMasterKey?: SymmetricCryptoKey;
|
||||
cryptoMasterKeyAuto?: string;
|
||||
cryptoMasterKeyB64?: string;
|
||||
cryptoMasterKeyBiometric?: string;
|
||||
cryptoSymmetricKey?: EncryptionPair<string, SymmetricCryptoKey> = new EncryptionPair<
|
||||
string,
|
||||
|
||||
Reference in New Issue
Block a user