sjohnston00 / sorted

Sorted app
0 stars 0 forks source link

Redesign user login and signup #9

Open sjohnston00 opened 11 months ago

sjohnston00 commented 11 months ago

User login and signup is currently done through the default clerk React components which is good for a quick start but feel very out of place in the project now.

  1. Change layout to use Remix <Form/>
  2. Handle user validation in the Remix action
  3. Style form similar to rest of app
sjohnston00 commented 9 months ago

add custom forms at /login and /register but still need to add clerk hooks for authentication