angularx-social-login
angularx-social-login copied to clipboard
Google does not return photoUrl
Hey there, I am trying to get token from google and it seems I'm missing the photoUrl. Any suggestions?
I'm using version 2.2.0 with Angular 17 and this is what I get from them.
email: "classified", // I'm using Gsuite mail from my organization firstName: "classified", id: "classified", idToken: "classified", lastName: "classified", name: "classified", photoUrl: undefined, // I'm missing this one provider: "GOOGLE"
Thanks for help!