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:
authorRémy Coutable <remy@rymai.me>2016-12-21 14:58:05 +0300
committerRémy Coutable <remy@rymai.me>2016-12-21 14:58:05 +0300
commit0ba41ea1c8e9d99667401c2778c7c320b96c35e0 (patch)
tree9f887505f6e97ebb7b8de939e9227a6b950484f6 /app/helpers
parent0ad0aa42eb9c1b51a406173438b686458d9dc87e (diff)
parent6e186b76bb22c5803e3d7105f8ff78c11128812d (diff)
Merge branch 'authentiq-id-oauth-support' into 'master'
Added support for Authentiq OAuth provider See merge request !8038
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/auth_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/auth_helper.rb b/app/helpers/auth_helper.rb
index 92bac149313..1ee6c1d3afa 100644
--- a/app/helpers/auth_helper.rb
+++ b/app/helpers/auth_helper.rb
@@ -1,5 +1,5 @@
module AuthHelper
- PROVIDERS_WITH_ICONS = %w(twitter github gitlab bitbucket google_oauth2 facebook azure_oauth2).freeze
+ PROVIDERS_WITH_ICONS = %w(twitter github gitlab bitbucket google_oauth2 facebook azure_oauth2 authentiq).freeze
FORM_BASED_PROVIDERS = [/\Aldap/, 'crowd'].freeze
def ldap_enabled?