Returning the loop checking a cipher's uris to prevent dupes (#7488)
This commit is contained in:
parent
f8d72f0231
commit
7112f44375
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue