The omniauth_provider_name method previously used provider.capitalize,
as that's what the code it replaced used, but while that works fine for
google, it doesn't work well for github. Use the name in
omniauth_providers, which has the correct capitalization.