mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-08 06:37:48 +02:00
fix: fix user registration
This commit is contained in:
@@ -41,6 +41,9 @@ const verify = async (
|
|||||||
accessTokens: {
|
accessTokens: {
|
||||||
github: accessToken,
|
github: accessToken,
|
||||||
},
|
},
|
||||||
|
externalIDs: {
|
||||||
|
github: profile.id,
|
||||||
|
},
|
||||||
emails: profile.emails?.map((email) => {
|
emails: profile.emails?.map((email) => {
|
||||||
return { email: email.value, default: false };
|
return { email: email.value, default: false };
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user