This commit is contained in:
Mendel Konikov
2019-01-22 22:08:29 -05:00
486 changed files with 18951 additions and 10394 deletions
@@ -26,7 +26,7 @@ module.exports = passport => {
try {
const { id, provider, displayName } = profile;
user = await UsersService.findOrCreateExternalUser(
user = await UsersService.upsertSocialUser(
req.context,
id,
provider,