You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sign up page should be redone to use react-hook-form instead of manually managing state and errors. This will make the code more maintainable and the form will be more accessible.
Use zod to define a schema that matches the backend requirements, and provides descriptive error messages.
See the create and edit event pages for reference.
The text was updated successfully, but these errors were encountered:
Sign up page should be redone to use react-hook-form instead of manually managing state and errors. This will make the code more maintainable and the form will be more accessible.
Use zod to define a schema that matches the backend requirements, and provides descriptive error messages.
See the create and edit event pages for reference.
The text was updated successfully, but these errors were encountered: