2 Open Issues Need Help Last updated: Dec 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The signup form on the web dashboard currently lacks client-side email format validation, allowing users to submit invalid emails. This leads to a poor user experience as the backend rejects these requests without immediate frontend feedback. The proposed solution is to implement Zod validation in `src/pages/Signup.jsx` to display an error message and prevent form submission for invalid email formats.

Complexity: 1/5
bug good first issue frontend
bug good first issue frontend