shinyscorpion / ueberauth_steam

Steam OpenID Strategy for Überauth.
MIT License
4 stars 16 forks source link

Exception when user has location set to private on profile. #1

Closed aguxez closed 2 months ago

aguxez commented 7 years ago

When you're fetching the information from the user in the conn on the callback there's an exception if the user has it's location set to private (Which is what I have).

(KeyError) key :loccountrycode not found in: #map from the callback

I fixed this locally changing just one expression, almost nothing but hey, I can live with that. If you want I can submit a PR for that change :-)