diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-11-03 17:58:12 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-11-03 17:59:07 +0100 |
commit | 4773d98e835dd14bd73e7bde0d5bcf4754355976 (patch) | |
tree | c03faed1b0ddbb2ebb004cf1d504efa9949b5822 /app/helpers | |
parent | 482a17089fae42bd15303206788734ab9ac99453 (diff) | |
download | gitlab-ce-4773d98e835dd14bd73e7bde0d5bcf4754355976.tar.gz |
Add Facebook authentication
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/auth_helper.rb | 2 |
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? |