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
In the login fragment when the user clicks on login button without entering email and password fields nothing happens, I think there should be error message like "email and password fields are required for login". I think this error message is required because it will enhance user experience.
To Reproduce
Steps to reproduce the behavior:
Go to loginFragment
Click on login button without entering email, password fields.
No error message pop's up, the UI remains same.
Expected behavior
A snackbar with the message "email and password fields required to login" or error message with red icon in the email, password edit text.