Description
Clicking the Login to Stremio button with empty required fields does not provide any validation feedback. The button appears unresponsive until both fields are populated.
Steps to Reproduce
- Open the Migrate from Stremio page.
- Leave the Email and Password fields empty.
- Click Login to Stremio.
Screenshot
Expected Behavior
The form should immediately indicate that the Email and Password fields are required before attempting authentication.
Actual Behavior
No validation message is displayed, making the button appear to do nothing. Only after entering values does the application attempt authentication.
Additional Context
Adding client-side validation for required fields would improve usability by providing immediate feedback and making the login flow consistent with expected form behavior.
Description
Clicking the Login to Stremio button with empty required fields does not provide any validation feedback. The button appears unresponsive until both fields are populated.
Steps to Reproduce
Screenshot
Expected Behavior
The form should immediately indicate that the Email and Password fields are required before attempting authentication.
Actual Behavior
No validation message is displayed, making the button appear to do nothing. Only after entering values does the application attempt authentication.
Additional Context
Adding client-side validation for required fields would improve usability by providing immediate feedback and making the login flow consistent with expected form behavior.