diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 311155a71..117a59719 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -41,7 +41,7 @@ def omniauth_provider_info(strategy) end def omniauth_token_provider(strategy) - omniauth_provider_info(strategy).keys.first + omniauth_provider_info(strategy.to_sym).keys.first end def isOwner?(id)