Skip to content

Commit c0542e8

Browse files
author
ykohata
committed
added auth0UserId to context param
1 parent 81e413d commit c0542e8

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy