Description:
The waitlist form accepts invalid email addresses like hello@gmail.o, which is not a valid format.
Steps to Reproduce:
- Go to the waitlist page.
- Enter
hello@gmail.o in the email field.
- Submit the form.
Expected Behavior:
The form should reject invalid email formats.
Actual Behavior:
The form accepts the invalid email and submits successfully.
Description:
The waitlist form accepts invalid email addresses like
hello@gmail.o, which is not a valid format.Steps to Reproduce:
hello@gmail.oin the email field.Expected Behavior:
The form should reject invalid email formats.
Actual Behavior:
The form accepts the invalid email and submits successfully.