lepture / github-cards

The unofficial GitHub Cards. Card for your GitHub profile, card for your GitHub repositories.
https://lab.lepture.com/github-cards/
BSD 3-Clause "New" or "Revised" License
2.12k stars 146 forks source link

Use login if name is undefined #55

Closed andrewda closed 6 years ago

andrewda commented 6 years ago

This fixes an issue where the card will not render if the user's name is not set. This will default to the user's login instead of their name in case it isn't set.

Fixes https://github.com/lepture/github-cards/issues/44