1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Fix broken build on latest SDK (#17208)

* Fix broken build on latest SDK

* Fix test
This commit is contained in:
Bernd Schoolmann
2025-11-04 15:46:19 +01:00
committed by GitHub
parent 9803cc98b4
commit 9dfc0fe14f
4 changed files with 12 additions and 10 deletions

View File

@@ -1088,6 +1088,7 @@ describe("Cipher DTO", () => {
card: undefined,
secureNote: undefined,
sshKey: undefined,
data: undefined,
favorite: false,
reprompt: SdkCipherRepromptType.None,
organizationUseTotp: true,

View File

@@ -421,6 +421,7 @@ export class Cipher extends Domain implements Decryptable<CipherView> {
card: undefined,
secureNote: undefined,
sshKey: undefined,
data: undefined,
};
switch (this.type) {