angularx-social-login icon indicating copy to clipboard operation
angularx-social-login copied to clipboard

Google does not return photoUrl

Open manhbui21 opened this issue 8 months ago • 8 comments

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!

manhbui21 avatar Jul 02 '24 02:07 manhbui21