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 users try to register by entering their email, there is no validation or improper validation of the email format. As a result, users are able to enter incorrect or improperly formatted email addresses, causing issues with registration.
Expected behavior
When users enter their email in the subscription form:
The email should follow the standard format, i.e., [email protected].
If the email format is incorrect, an error message should appear, prompting the user to enter a valid email.
The form should not be submitted until a properly formatted email is entered.
Add ScreenShots/Videos
On which device are you experiencing this bug?
No response
Record
I have read the Contributing Guidelines
I'm a GSSOC'24 Extended contributor
I'm a Hacktoberfest'24 contributor
I have starred the repository
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
When users try to register by entering their email, there is no validation or improper validation of the email format. As a result, users are able to enter incorrect or improperly formatted email addresses, causing issues with registration.
Expected behavior
When users enter their email in the subscription form:
The email should follow the standard format, i.e., [email protected].
If the email format is incorrect, an error message should appear, prompting the user to enter a valid email.
The form should not be submitted until a properly formatted email is entered.
Add ScreenShots/Videos
On which device are you experiencing this bug?
No response
Record
The text was updated successfully, but these errors were encountered: