mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Returning the loop checking a cipher's uris to prevent dupes (#7488)
This commit is contained in:
@@ -67,7 +67,10 @@ export class InactiveTwoFactorReportComponent extends CipherReportComponent impl
|
|||||||
if (this.services.get(domain) != null) {
|
if (this.services.get(domain) != null) {
|
||||||
docs.set(id, this.services.get(domain));
|
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);
|
inactive2faCiphers.push(ciph);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user