iiitl / MERN_AUTH

MERN Task with auth application
0 stars 8 forks source link

Display proper error message in Signup form along with proper styling. #2 #15

Closed gauravghodinde closed 6 months ago

gauravghodinde commented 6 months ago

Display proper error message in Signup form along with proper styling. #2 added all necessary Checks and Errors for signup page Screenshot 2024-03-15 103821 Screenshot 2024-03-15 103809 Screenshot 2024-03-15 103749 Screenshot 2024-03-15 103739

Yash7426 commented 6 months ago

Great work @gauravghodinde! I noticed that the error message display could be enhanced by rendering them conditionally only when an error is present. It's commendable to see you utilizing attributes of the input tag for error handling. Also, you can refine the pull request description for better clarity and context by providing steps you followed for solving the issue.