Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9028177

Browse files
author
ykohata
committed
added auth0UserId to context param
1 parent 7065b42 commit 9028177

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/services/externalAccounts.service.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ import _ from 'lodash'
149149
providerType: socialData.socialProvider,
150150
context: {
151151
handle: socialData.username,
152-
accessToken: socialData.accessToken
152+
accessToken: socialData.accessToken,
153+
auth0UserId: profile.user_id
153154
}
154155
}
155156
if (socialData.accessTokenSecret) {

0 commit comments

Comments
 (0)