Add SAML to list of social_provider

This commit is contained in:
Matthew Firtion
2015-06-25 09:58:55 -04:00
parent 6288677134
commit 024e854eca
+1 -1
View File
@@ -13,7 +13,7 @@ module OauthHelper
def enabled_social_providers
enabled_oauth_providers.select do |name|
[:twitter, :gitlab, :github, :bitbucket, :google_oauth2].include?(name.to_sym)
[:saml, :twitter, :gitlab, :github, :bitbucket, :google_oauth2].include?(name.to_sym)
end
end