Challenge admins often want (or need) to email signed up users for different reasons. Instead of having a separate profile form where users have to fill in their email, we should check to see if we can instead populate it directly from GitHub login.
Definition of done
Reference
user:email is a scope that's needed to ask for the User's email when logging in with GitHub (https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps)