mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00: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");
|
this.logService.debug("[RiskInsightsOrchestratorService] Fetching organization ciphers");
|
||||||
const ciphers = await this.cipherService.getAllFromApiForOrganization(
|
const ciphers = await this.cipherService.getAllFromApiForOrganization(
|
||||||
orgDetails.organizationId,
|
orgDetails.organizationId,
|
||||||
|
true,
|
||||||
);
|
);
|
||||||
this._ciphersSubject.next(ciphers);
|
this._ciphersSubject.next(ciphers);
|
||||||
this._hasCiphersSubject$.next(ciphers.length > 0);
|
this._hasCiphersSubject$.next(ciphers.length > 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user