etn-ccis/blui-angular-workflows

Email Registration Code button not working

Closed this issue · 0 comments

Describe the bug

When hitting the "Next" button in the create-account workflow, an email is supposed to be sent so that a user can enter in a validation code. The function that sends this email (BluiRegisterUIService.requestRegistrationCode) is not invoked when hitting the "Next" button. It's only invoked when a user requests that the registration email is re-sent (available on the next screen).

What is the expected behavior?

Hitting "Next" should call the BluiRegisterUIService.requestRegistrationCode method.

What are the steps to reproduce?

  1. Run the example application.
  2. Start the Create-Account workflow.
  3. Accept EULA & go the next page.
  4. After entering in an email, hit "Next" & view the console output (none).
  5. Hit the "Re-send Email" button on the next screen & observe a console output.

Screenshots or links to minimum reproduction example

image

Environment

Windows Chrome