diff --git a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/domain/risk-insights-orchestrator.service.ts b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/domain/risk-insights-orchestrator.service.ts index 51d35570cd..050ec8df94 100644 --- a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/domain/risk-insights-orchestrator.service.ts +++ b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/domain/risk-insights-orchestrator.service.ts @@ -1063,6 +1063,7 @@ export class RiskInsightsOrchestratorService { this.logService.debug("[RiskInsightsOrchestratorService] Fetching organization ciphers"); const ciphers = await this.cipherService.getAllFromApiForOrganization( orgDetails.organizationId, + true, ); this._ciphersSubject.next(ciphers); this._hasCiphersSubject$.next(ciphers.length > 0);