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