-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Email Validation and API Call Trigger on Login #7510
Comments
@Bonapara Please give me the green flag to work on this issue. Thank you! |
Hi @Karankhatik, thanks for raising this issue! I understand points 1 and 2, but not point 3. The button is expected to remain disabled while the fields are incomplete. What would you suggest? |
@Bonapara Thanks for the reply, Even when the fields are filled, like with an invalid email and a password, it can be misleading. The correct flow should be:
Please let me know your thoughts! |
The behavior we have today is that if the email entered in step 1 is not recognized as a user, the flow redirects to the sign-up page. We use the same process for both sign-in and sign-up use cases. So we should not implement 2) & 3) But we can implement 1) -> Strictly validate the email format then go to the second step that sounds like a great idea! |
sure I will work on this. |
/oss.gg 150 |
Thanks for opening an issue! It's live on oss.gg! |
/assign |
This issue is already assigned to another person. Please find more issues here. |
/assign |
This issue is already assigned to another person. Please find more issues here. |
/assign |
This issue is already assigned to another person. Please find more issues here. |
/assign |
This issue is already assigned to another person. Please find more issues here. |
/assign |
This issue is already assigned to another person. Please find more issues here. |
… (#7596) Purpose: Enhance email validation in the SignInUpForm component. Changes: - Implemented strict email format validation. - Disabled the "Continue" button until email validation is complete. - Displayed error messages for invalid email formats. ![image](https://github.com/user-attachments/assets/62f3c114-002e-4f9f-b18f-5309dfc43587) --------- Co-authored-by: karankhatik <[email protected]> Co-authored-by: Charles Bochet <[email protected]>
/assign |
This issue is already assigned to another person. Please find more issues here. |
/assign |
This issue is already assigned to another person. Please find more issues here. |
/unassign |
Issue unassigned. |
/assign |
Assigned to @Sahil873! Please open a draft PR linking this issue within 48h |
/assign |
This issue is already assigned to another person. Please find more issues here. |
/unassign |
Issue unassigned. |
/assign |
You already have an open issue assigned to you here. Once that's closed or unassigned, only then we recommend you to take up more. |
@charlesBochet Can I work on this please? |
@FelixMalfait Can I work on this please? |
Replacing this issue by #7967 to clear the discussion output. Thanks @Karankhatik for opening it. @Khaan25 comment the issue if you still want to handle it. |
Bug Description
Explanation:
The issue was tested across Brave, Chrome, and Firefox, indicating it is system-specific and not related to browser differences.
twentylogin-bug.webm
The text was updated successfully, but these errors were encountered: