1
0
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:
Jacob Fink
2023-06-20 10:01:30 -04:00
parent 87bf80a461
commit ef8db575a9

View File

@@ -107,7 +107,6 @@ export class AccountKeys {
// deprecated keys
cryptoMasterKey?: SymmetricCryptoKey;
cryptoMasterKeyAuto?: string;
cryptoMasterKeyB64?: string;
cryptoMasterKeyBiometric?: string;
cryptoSymmetricKey?: EncryptionPair<string, SymmetricCryptoKey> = new EncryptionPair<
string,