PM-28377 Retrieve member items while retrieve ciphers for an organization (#17657)

This commit is contained in:
Vijay Oommen
2025-11-26 09:23:27 -06:00
committed by GitHub
parent 5c7e78a80f
commit 5b088e2e99

View File

@@ -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);