Skip to content

Commit

Permalink
Merge pull request #4935 from mozilla/mntor-3495
Browse files Browse the repository at this point in the history
Fix resolving breaches for secondary emails (MNTOR-3495)
  • Loading branch information
flozia authored Aug 9, 2024
2 parents e5ebcca + 922ff2f commit 667eb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/breaches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function getAllEmailsAndBreaches(
verifiedEmails.push(
await bundleVerifiedEmails({
user,
email: user.primary_email,
email: email.email,
recordId: email.id,
recordVerified: email.verified,
allBreaches,
Expand Down

0 comments on commit 667eb54

Please sign in to comment.