1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 00:23:17 +00:00

PM-15091 client side changes to remove AccessRiskIntelligence flag

This commit is contained in:
voommen-livefront
2024-12-03 09:12:18 -06:00
parent 522611cf3b
commit e91cca7fd2
9 changed files with 17 additions and 13 deletions

View File

@@ -58,6 +58,7 @@ describe("ORGANIZATIONS state", () => {
allowAdminAccessToAllCollectionItems: false,
familySponsorshipLastSyncDate: new Date(),
userIsManagedByOrganization: false,
useRiskInsights: false,
},
};
const result = sut.deserializer(JSON.parse(JSON.stringify(expectedResult)));