issues
search
PiedTeam
/
NikeCloneTraining-BE-Project
1
stars
0
forks
source link
fix: case sensitive email
#123
Closed
BLonggg608
closed
5 months ago
BLonggg608
commented
5 months ago
Normalize email address by using express-validator:
Lowercase, remove dot, remove subaddress for all email
Ex:
username@gmail.com
user.name@gmail.com
UserName@gmail.com
username+shopping@gmail.com Will be treated as 1 gmail address by Google
Normalize email address by using express-validator:
Ex: