mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-05 19:17:06 -06:00
PM-28377 Retrieve member items while retrieve ciphers for an organization (#17657)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user