etn-ccis/blui-angular-workflows

Route Names don't match React

Closed this issue · 0 comments

Describe the bug

Create Account / Create Account via Invite route URLS do not match react. Same with Contact Support.

React
| Invite Registration | the first screen of the invite-based registration flow | '/register/invite' |
| Self Registration | the first screen of the self-registration flow | '/register/create-account' |
| Support | the contact/support screen | '/support' |

Angular
http://localhost:4200/auth/create-account
http://localhost:4200/auth/create-account-invite?code=DEADBEEF
http://localhost:4200/auth/contact-support

What is the expected behavior?

Route names should be consistent with React and React native.

Environment