1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 10:43:47 +00:00

PM-20630 includeMemberItems in identify ciphers

This commit is contained in:
voommen-livefront
2025-10-01 15:00:54 -05:00
parent 35fb191e44
commit 1837c75c28

View File

@@ -250,7 +250,7 @@ export class RiskInsightsReportService {
data: ApplicationHealthReportDetail[],
organizationId: OrganizationId,
): Promise<LEGACY_ApplicationHealthReportDetailWithCriticalFlagAndCipher[]> {
const cipherViews = await this.cipherService.getAllFromApiForOrganization(organizationId);
const cipherViews = await this.cipherService.getAllFromApiForOrganization(organizationId, true);
const dataWithCiphers = data.map(
(app, index) =>