isabelxklee/ember-collective

Connect the Create Account component to the backend.

isabelxklee opened this issue · 1 comments

AC:

  • The Create Account form should add new data to the backend.
  • If the user successfully creates an account, they should be taken to the logged in state of Browse the Hub
  • Display error messages for input validations

Wrote all the redux code for connecting the submit action to the global state, but nothing is happening on submit