fix: fix user registration

This commit is contained in:
tdurieux
2021-09-07 07:09:29 +02:00
parent 3250cdea9c
commit 794bbb9ce2

View File

@@ -41,6 +41,9 @@ const verify = async (
accessTokens: {
github: accessToken,
},
externalIDs: {
github: profile.id,
},
emails: profile.emails?.map((email) => {
return { email: email.value, default: false };
}),