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

If profile.picture, throws error #21

Open
mikecann opened this issue May 26, 2016 · 1 comment
Open

If profile.picture, throws error #21

mikecann opened this issue May 26, 2016 · 1 comment

Comments

@mikecann
Copy link

Line 61 of Google.js in server throws an error when trying to login using Google.

It can be worked around by doing the following:

if (profile.picture)
            user.picture = profile.picture.replace('sz=50', 'sz=200');

For some reason the user.google field isnt filled so it looks like google isnt linked:

image

Any Ideas?

@paulvanbladel
Copy link
Owner

Can you check #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants