From ef8db575a955b6b4acd6606253b76885f52d5201 Mon Sep 17 00:00:00 2001 From: Jacob Fink Date: Tue, 20 Jun 2023 10:01:30 -0400 Subject: [PATCH] remove cryptoMasterKeyB64 from account --- libs/common/src/platform/models/domain/account.ts | 1 - 1 file changed, 1 deletion(-) 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,