Description
The Stremio login form accepts invalid email formats without performing client-side validation. Users can enter arbitrary text in the email field, and the request is only rejected after reaching the backend.
Steps to Reproduce
- Open the Migrate from Stremio page.
- Enter an invalid email such as:
- Enter any password.
- Click Login to Stremio.
Screenshot
Expected Behavior
The email field should validate the input before submitting the request and prompt the user to enter a valid email address.
Actual Behavior
The form accepts invalid email formats and attempts to authenticate instead of displaying an immediate validation error.
Additional Context
Backend validation is working correctly, but client-side email validation would provide immediate feedback and prevent unnecessary authentication requests.
Description
The Stremio login form accepts invalid email formats without performing client-side validation. Users can enter arbitrary text in the email field, and the request is only rejected after reaching the backend.
Steps to Reproduce
dvwv1212 !!!abc@abcScreenshot
Expected Behavior
The email field should validate the input before submitting the request and prompt the user to enter a valid email address.
Actual Behavior
The form accepts invalid email formats and attempts to authenticate instead of displaying an immediate validation error.
Additional Context
Backend validation is working correctly, but client-side email validation would provide immediate feedback and prevent unnecessary authentication requests.