Fix the user being asked 4 times for a password when adding a secondary email...
Fix the user being asked 4 times for a password when adding a secondary email to a primary account and verifying email ownership in a new browser. * When "email_staged" is triggered, trigger it with the password. * Rename helpers.addSecondaryEmailWithPassword to helpers.addSecondaryEmail * Add unit tests for helpers.addSecondaryEmail * Yak shave the unit tests to clean them up so that they are easier to follow. issue #1555
Showing
- resources/static/dialog/controllers/actions.js 1 addition, 1 deletionresources/static/dialog/controllers/actions.js
- resources/static/dialog/resources/helpers.js 3 additions, 3 deletionsresources/static/dialog/resources/helpers.js
- resources/static/test/cases/resources/helpers.js 71 additions, 38 deletionsresources/static/test/cases/resources/helpers.js
Loading
Please register or sign in to comment