Open Adnan-shariff opened 4 days ago
Describe the bug The email input field treats entries as case-sensitive, leading to a "user not found" error
Steps to reproduce
1.Enter an email with uppercase letters in the input field.
Expected Behavior The email should be accepted regardless of letter case.
Actual Behavior Displays an error: "user not found."
Screenshots
Hi @pankajsparihar Please put the trim and lower case at both FE and BE
Describe the bug The email input field treats entries as case-sensitive, leading to a "user not found" error
Steps to reproduce
1.Enter an email with uppercase letters in the input field.
Expected Behavior The email should be accepted regardless of letter case.
Actual Behavior Displays an error: "user not found."
Screenshots