diff --git a/libs/common/src/platform/models/domain/account.ts b/libs/common/src/platform/models/domain/account.ts index fd5c3abec36..0a2b1826654 100644 --- a/libs/common/src/platform/models/domain/account.ts +++ b/libs/common/src/platform/models/domain/account.ts @@ -107,7 +107,6 @@ export class AccountKeys { // deprecated keys cryptoMasterKey?: SymmetricCryptoKey; cryptoMasterKeyAuto?: string; - cryptoMasterKeyB64?: string; cryptoMasterKeyBiometric?: string; cryptoSymmetricKey?: EncryptionPair = new EncryptionPair< string,