ixahmedxi / orbitkit

🚀 Orbitkit is a monorepo starterkit aiming to be the foundation you build your next startup or big idea upon.
https://orbitkit.dev
MIT License
835 stars 54 forks source link

If user do not set the public email in github, using login with github will give a 400 error. #51

Closed yimity closed 6 months ago

yimity commented 6 months ago

Describe the bug If user do not set the public email in github, using login with github will give a 400 error. it's because when you do not set the public email, github(https://api.github.com/user) will return a user info(GitHubUser) without email.

To Reproduce remove the public email in github, and then login with github.

Expected behavior A clear and concise description of the message to users.

Screenshots image

Additional context