appirio-tech / accounts-app

accounts.topcoder.com
2 stars 25 forks source link

New Sign up using Google Authentication is not working #188

Open RiteshTC opened 6 years ago

RiteshTC commented 6 years ago

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; }

RiteshTC commented 6 years ago

cc : @mtwomey @cwdcwd @ajefts