summaryrefslogtreecommitdiff
path: root/app/helpers/auth_helper.rb
diff options
context:
space:
mode:
authorAlex <dev.alexkeramidas@gmail.com>2016-12-11 14:09:37 +0200
committerAlexandros Keramidas <dev.alexkeramidas@gmail.com>2016-12-21 10:51:10 +0200
commit6e186b76bb22c5803e3d7105f8ff78c11128812d (patch)
tree92091c59aec8369c509de8d213b19d0fdf8834ee /app/helpers/auth_helper.rb
parentaa4a6cacfad794814952a303186cb9f5e4e1d427 (diff)
downloadgitlab-ce-6e186b76bb22c5803e3d7105f8ff78c11128812d.tar.gz
Added support for Authentiq oauth provider
Diffstat (limited to 'app/helpers/auth_helper.rb')
-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?