mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
fix: fix user registration
This commit is contained in:
@@ -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 };
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user