aurelia-auth-sample
aurelia-auth-sample copied to clipboard
If profile.picture, throws error
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:

Any Ideas?
Can you check https://github.com/paulvanbladel/aurelia-auth-sample/issues/19