Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/auth/o_auth/provider.rb')
-rw-r--r--lib/gitlab/auth/o_auth/provider.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab/auth/o_auth/provider.rb b/lib/gitlab/auth/o_auth/provider.rb
index 6d699d37a8c..1ca59aa827b 100644
--- a/lib/gitlab/auth/o_auth/provider.rb
+++ b/lib/gitlab/auth/o_auth/provider.rb
@@ -41,10 +41,6 @@ module Gitlab
name.to_s.start_with?('ldap')
end
- def self.ultraauth_provider?(name)
- name.to_s.eql?('ultraauth')
- end
-
def self.sync_profile_from_provider?(provider)
return true if ldap_provider?(provider)