Toseeb Nadaf
Toseeb Nadaf
**Describe the bug** Validation errors for both email and password are not displayed correctly when both fields are invalid, making it unclear to the user which field needs attention. **To...
### PR Fixes: - Added Zod validation for email and password. - Replaced useRef with useState for better state management. - Memoized handleEmailChange with useCallback to prevent unnecessary re-renders. -...
### PR Fixes: - This PR updates the contact form in the application to allow users to report issues. - The email sent now includes the user's name, email, and...