AmanNegi / FreshNest

A platform that connects local producers directly with consumers seeking fresh produce.
https://fresh-nest.netlify.app
GNU Affero General Public License v3.0
23 stars 39 forks source link

React: Convert email to lowercase before attempting Auth #151

Closed AmanNegi closed 1 year ago

AmanNegi commented 1 year ago

Issue

When we try to log in using email, it takes case-sensitive emails which is not expected, this is similar across SignUp as well. There's no need for case-sensitive emails, so convert it to lowercase as we keep on getting input.

Screenshots

Screenshot from 2023-10-17 11-47-01

References:

ShimanshuChauhan commented 1 year ago

Hey @AmanNegi Can you please assign it to me.

AmanNegi commented 1 year ago

Sure feel free to get started!