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
Is your feature request related to a problem? Please describe.
I see that validations are missing on the sign in page.Adding validations will make it ui friendly and will not cause unneccessary call to the database as well will only call the method if the data entered in the form is valid. Currently the sign in button looks like the button is disabled but it's always good to have the validation messages.
Describe the solution you'd like
I will use react-toastify library to show the validation errors.
Describe alternatives you've considered
I can also just provide the error message in the text format but ,the former method is more modern and ui friendly
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I see that validations are missing on the sign in page.Adding validations will make it ui friendly and will not cause unneccessary call to the database as well will only call the method if the data entered in the form is valid.
Currently the sign in button looks like the button is disabled but it's always good to have the validation messages.
Describe the solution you'd like
I will use react-toastify library to show the validation errors.
Describe alternatives you've considered
I can also just provide the error message in the text format but ,the former method is more modern and ui friendly
The text was updated successfully, but these errors were encountered: