calcom/pages/api/auth
Miguel Nieto A 73de0c2185
Fix signup query (#1608)
* Remove emailVerified not null from query

* Improve query to find existing user

* Add test suite to Signup from a Team Invite

* Allow importing modules with aliases

* Delete created data after all tests

* Resolve conflicts

* Use teampro instead of pro user and refactor code
2022-01-26 16:56:22 +00:00
..
saml Add log in with Google and SAML (#1192) 2022-01-13 20:05:23 +00:00
two-factor/totp Add log in with Google and SAML (#1192) 2022-01-13 20:05:23 +00:00
[...nextauth].tsx fixed issue with mixed up Google login, profile.id is undefined and this is causing the first record to be retrieved instead of the AND query failing (#1569) 2022-01-19 18:24:00 -07:00
changepw.ts Add log in with Google and SAML (#1192) 2022-01-13 20:05:23 +00:00
forgot-password.ts Add log in with Google and SAML (#1192) 2022-01-13 20:05:23 +00:00
reset-password.ts Upgrades next-auth to v4 (#1185) 2022-01-07 20:23:37 +00:00
signup.ts Fix signup query (#1608) 2022-01-26 16:56:22 +00:00