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:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user