PromucFlow_constructor/app
Nayan bb9010d875
fix: fetch user by case insensitive email for oauth login (#10350)
When an user signs up, we store the email in lower case. When user logins with oauth2, we fetch user by email ignoring case. This creates a problem if email from oauth is in upper case. As users are registered with lowercase and we're trying to fetch with upper, users are not found.
This PR fetches user by case insensitive emails during oauth login.
2022-01-25 13:54:50 +00:00
..
client fix: changed cap default to fix ux issue on js toggle (#10424) 2022-01-25 13:54:36 +00:00
rts chore: bump follow-redirects from 1.14.5 to 1.14.7 in /app/rts (#10370) 2022-01-15 03:47:34 +05:30
server fix: fetch user by case insensitive email for oauth login (#10350) 2022-01-25 13:54:50 +00:00
util feat: Generating plugin framework using plop (#6956) 2021-09-02 19:22:17 +05:30
yarn.lock Commented Delete Test (#8589) 2021-10-26 22:26:26 +05:30