mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Add SAML to list of social_provider
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user