Globalshala / Eval-Bridge-bugs

In the Repository, we will add the bugs related to eval bridge system
0 stars 1 forks source link

Email placeholder is case-sensitive #310

Open Adnan-shariff opened 1 month ago

Adnan-shariff commented 1 month 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

Screenshot 2024-10-28 at 12 51 57 PM
Adnan-shariff commented 1 month ago

261 please check issue 7 which persists on DEV

MSGlobalShala commented 1 month ago

Hi @pankajsparihar Please put the trim and lower case at both FE and BE

shivanim11 commented 3 weeks ago

Fixed