1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 20:04:02 +00:00

[PM-28616] Add UsePhishingBlocker in the client against organization (#17681)

* PM-28616 Add UsePhishingBlocker in the client against organization

* PM-28616 fixed failing unit test
This commit is contained in:
Vijay Oommen
2025-12-01 12:30:51 -06:00
committed by GitHub
parent d05356dbeb
commit ee03c8a36a
5 changed files with 9 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ describe("ORGANIZATIONS state", () => {
isAdminInitiated: false,
ssoEnabled: false,
ssoMemberDecryptionType: undefined,
usePhishingBlocker: false,
},
};
const result = sut.deserializer(JSON.parse(JSON.stringify(expectedResult)));