Skip to content

[BUG]: Stremio login accepts invalid email formats without client-side validation #532

Description

@aayan-rashid

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

  1. Open the Migrate from Stremio page.
  2. Enter an invalid email such as:
    • dvwv1212 !!!
    • abc@abc
  3. Enter any password.
  4. Click Login to Stremio.

Screenshot

Image

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions