Add form validation to login - #121
Conversation
|
Hey, @rimshashafique99 your PR has been merged! You're officially a DevBoard contributor now! If you enjoyed contributing and found the project useful, consider leaving a β on the repo β it really helps more developers discover the project and keeps the community growing! Also feel free to pick up another issue anytime β always happy to have you here! π |
|
Thank you! This was my first open source contribution really appreciated the clear issue description and quick review. Will definitely pick up another issue soon π |
|
Hey, @rimshashafique99 your PR has been merged! You're officially a DevBoard contributor now! If you enjoyed contributing and found the project useful, consider leaving a β on the repo β it really helps more developers discover the project and keeps the community growing! Also feel free to pick up another issue anytime β always happy to have you here! π |
Fixes #102
What changed:
Added validation to the login form before submit:
Testing:
Manually tested empty fields, invalid email, and short password β error messages display correctly using the existing error UI.