feat: added deprecations, docs

This commit is contained in:
Wyatt Johnson
2018-07-06 14:28:25 -06:00
parent 76bb6df084
commit 23156f3d5e
6 changed files with 161 additions and 43 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ module.exports = {
let user;
try {
const { id, provider, displayName } = profile;
user = await UsersService.findOrCreateExternalUser(
user = await UsersService.upsertSocialUser(
req.context,
id,
provider,