You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This function is throwing error. the identities array is empty in auth.js
function extractSocialUserData(profile, accessToken) {
var socialProvider = profile.identities[0].connection;
}
The text was updated successfully, but these errors were encountered:
New member registration via Google OAuth is not working.
New Sign up page
https://accounts.topcoder.com/member/registration
// This function is throwing error. the identities array is empty in auth.js
function extractSocialUserData(profile, accessToken) {
var socialProvider = profile.identities[0].connection;
}
The text was updated successfully, but these errors were encountered: