1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

Adding comment explaining domain change

This commit is contained in:
Tom
2025-04-03 15:00:27 -04:00
parent ed2920bc6a
commit ac325fbfcb

View File

@@ -428,6 +428,7 @@ export class RiskInsightsReportService {
const cipherUris: string[] = [];
const uris = cipher.login?.uris ?? [];
uris.map((u: { uri: string }) => {
// Aggregating by domain by request.
const uri = Utils.getDomain(u.uri);
if (!cipherUris.includes(uri)) {
cipherUris.push(uri);