commit fbc58af48f2a8c18a3e28876921a937d15ee1c94
Author: Valerie Pomerleau
Date: Tue Oct 14 15:40:30 2025 -0700
fix(settings): MFA modal closes if 2 secondary emails
Because:
* If a user has 2 secondary emails and they are prompted for MFA code to make an email primary or delete an email, the MFA modal closes on click without letting the user enter their MFA code
This commit:
* Bind the modal to the intended email so only one modal is displayed (not one per secondary email)
* Add a test case
Closes #FXA-12528