Save off the email address the user entered whenever leaving the authentication page.
* Used for when a user returns to the authentication page - the email address is pre-filled. * Taken care of in add_email.js as well. close #984 close #1001 close #1002 close #1003 close #1004
Showing
- resources/static/dialog/controllers/actions.js 2 additions, 2 deletionsresources/static/dialog/controllers/actions.js
- resources/static/dialog/controllers/add_email.js 6 additions, 5 deletionsresources/static/dialog/controllers/add_email.js
- resources/static/dialog/controllers/authenticate.js 21 additions, 8 deletionsresources/static/dialog/controllers/authenticate.js
- resources/static/dialog/resources/helpers.js 6 additions, 7 deletionsresources/static/dialog/resources/helpers.js
- resources/static/dialog/views/add_email.ejs 1 addition, 1 deletionresources/static/dialog/views/add_email.ejs
- resources/static/shared/modules/page_module.js 3 additions, 5 deletionsresources/static/shared/modules/page_module.js
- resources/static/shared/state_machine.js 5 additions, 5 deletionsresources/static/shared/state_machine.js
- resources/static/test/cases/controllers/add_email.js 6 additions, 0 deletionsresources/static/test/cases/controllers/add_email.js
- resources/static/test/cases/controllers/authenticate.js 24 additions, 3 deletionsresources/static/test/cases/controllers/authenticate.js
- resources/static/test/cases/controllers/authenticate.js.bak 257 additions, 0 deletionsresources/static/test/cases/controllers/authenticate.js.bak
- resources/static/test/cases/shared/state_machine.js 23 additions, 0 deletionsresources/static/test/cases/shared/state_machine.js
Loading
Please register or sign in to comment