mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 23:13:36 +00:00
Fix report generating flag not being reset
This commit is contained in:
@@ -732,6 +732,9 @@ export class RiskInsightsOrchestratorService {
|
||||
exhaustMap(([_, [orgDetails, userId]]) =>
|
||||
this._generateNewApplicationsReport$(orgDetails!.organizationId, userId!),
|
||||
),
|
||||
tap(() => {
|
||||
this._generateReportTriggerSubject.next(false);
|
||||
}),
|
||||
);
|
||||
|
||||
// Combine all triggers and update the single report state
|
||||
|
||||
Reference in New Issue
Block a user