1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

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 jaasen-livefront
parent 447a29a1ef
commit 70418892e6

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