diff --git a/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.ts b/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.ts index e009077866..15b79981b6 100644 --- a/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.ts +++ b/apps/web/src/app/tools/reports/pages/inactive-two-factor-report.component.ts @@ -67,7 +67,10 @@ export class InactiveTwoFactorReportComponent extends CipherReportComponent impl if (this.services.get(domain) != null) { docs.set(id, this.services.get(domain)); } + // If the uri is in the 2fa list. Add the cipher to the inactive + // collection. No need to check any additional uris for the cipher. inactive2faCiphers.push(ciph); + return; } } }