codersforcauses / coexist

https://coexist-events.vercel.app
MIT License
6 stars 0 forks source link

Connect sign up modal to backend #61

Closed dct0 closed 1 month ago

dct0 commented 2 months ago

Basic Information

BRANCH OFF #45 IF NOT MERGED ALREADY

Allow creation of new users! In the existing useAuth hook, add a new function called register (or similar) that calls the register endpoint in the backend. Then make sure the user is logged in after

Other Information

[Are there any additional information that we should know about?]

github-actions[bot] commented 2 months ago

Branch issue-61-Connect_sign_up_modal_to_backend created!

K-Straiton commented 1 month ago

There is an issues that I have noticed with the Sign Up modal that can be fixed in this issue as well since it is relevant. The input's for the fields do not have a type. They all need one, especially email and the two password fields

dct0 commented 1 month ago

Also add a phone number field. This is related to #71

dct0 commented 1 month ago

Completed in #94