1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

PM-20578 Retrieve cipherViews when we dont have it

This commit is contained in:
voommen-livefront
2025-06-25 09:35:37 -05:00
parent 687c3834ec
commit 4db542fc82

View File

@@ -137,7 +137,7 @@ export class RiskInsightsDataService {
this.cipherViewsForOrganizationSubject.next([]);
}
if (this.cipherViewsForOrganizationSubject.value) {
if (this.cipherViewsForOrganizationSubject.value.length > 0) {
return;
}