mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
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) {
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user