When clicking "use another email address" after "reset password", send user...
When clicking "use another email address" after "reset password", send user back to authentication screen. * Update the state machine to have a doResetPassword. * If cancelling and the next state is doResetPassword, go back two steps to auth screen. * When going to auth screen, print original email address. issue #984
Showing
- resources/static/dialog/controllers/actions.js 4 additions, 0 deletionsresources/static/dialog/controllers/actions.js
- resources/static/dialog/resources/state_machine.js 11 additions, 6 deletionsresources/static/dialog/resources/state_machine.js
- resources/static/test/cases/resources/state_machine.js 14 additions, 2 deletionsresources/static/test/cases/resources/state_machine.js
- resources/static/test/testHelpers/helpers.js 4 additions, 0 deletionsresources/static/test/testHelpers/helpers.js
Loading
Please register or sign in to comment