Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same user can log in using either Facebook or Google #38

Open
Poc275 opened this issue Mar 8, 2018 · 0 comments
Open

Same user can log in using either Facebook or Google #38

Poc275 opened this issue Mar 8, 2018 · 0 comments
Assignees
Labels

Comments

@Poc275
Copy link
Owner

Poc275 commented Mar 8, 2018

This currently raises an exception because the id key is duplicated. Change it to:
User.findOne({ 'email': profile.emails[0].value.toString() },

@Poc275 Poc275 added the bug label Mar 8, 2018
@Poc275 Poc275 self-assigned this Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant