We've moved discussions to Discord

Omniauth provider names on buttons

Stan Smith
Once the omniauth provider is set (in my case google_omniauth) how do you make sure that the button in the connected accounts section says "Google" versus the not so sexy google_omniauth?
Chris Oliver
Hey Stan,

There's app/helpers/connected_accounts_helper.rb that defines provider_config and looks up some stuff like names inside Jumpstart's code. You can modify this method to handle your "google_omniauth" case to return a hash with the name of "Google" in its case.
Notifications
You’re not receiving notifications from this thread.