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
When clicking on the Login button, no loader or action is displayed on the UI. No error message appears on the screen, but an error is visible in the browser console. This causes confusion for users as there is no feedback on whether the login process is in progress or failed.
Steps to Reproduce:
Navigate to the Login page.
Enter credentials (valid or invalid).
Click on the Login button.
Expected Behavior:
A loader or some kind of UI feedback should appear.
If login fails, an error message should be displayed on the screen instead of only in the console.
Actual Behavior:
No loader is displayed.
No error message appears on the screen.
Only console shows the error.
Recording.2025-08-20.222636.mp4
Additional Context:
Adding a loader and showing error messages will greatly improve the user experience and usability of the login page.
Description:
When clicking on the Login button, no loader or action is displayed on the UI. No error message appears on the screen, but an error is visible in the browser console. This causes confusion for users as there is no feedback on whether the login process is in progress or failed.
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Recording.2025-08-20.222636.mp4
Additional Context:
Adding a loader and showing error messages will greatly improve the user experience and usability of the login page.