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
On passport.js, user creation fails at email: profile.emails[0].value since profile.emails might not be part of Facebook's JSON response. I guess it depends on the personal settings you might have on Facebook. I simple validation will fix the issue.
The text was updated successfully, but these errors were encountered:
On passport.js, user creation fails at email: profile.emails[0].value since profile.emails might not be part of Facebook's JSON response. I guess it depends on the personal settings you might have on Facebook. I simple validation will fix the issue.
The text was updated successfully, but these errors were encountered: