summaryrefslogtreecommitdiff
path: root/app/helpers/auth_helper.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-11-03 17:58:12 +0100
committerDouwe Maan <douwe@gitlab.com>2015-11-03 17:59:07 +0100
commit4773d98e835dd14bd73e7bde0d5bcf4754355976 (patch)
treec03faed1b0ddbb2ebb004cf1d504efa9949b5822 /app/helpers/auth_helper.rb
parent482a17089fae42bd15303206788734ab9ac99453 (diff)
downloadgitlab-ce-4773d98e835dd14bd73e7bde0d5bcf4754355976.tar.gz
Add Facebook authentication
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 cd99a232403..2c81ea1623c 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).freeze
+ PROVIDERS_WITH_ICONS = %w(twitter github gitlab bitbucket google_oauth2 facebook).freeze
FORM_BASED_PROVIDERS = [/\Aldap/, 'crowd'].freeze
def ldap_enabled?