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 'app/helpers/auth_helper.rb')
-rw-r--r--app/helpers/auth_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/auth_helper.rb b/app/helpers/auth_helper.rb
index 0feaee2bd93..c928c6479de 100644
--- a/app/helpers/auth_helper.rb
+++ b/app/helpers/auth_helper.rb
@@ -53,7 +53,8 @@ module AuthHelper
saml: 'saml_login_button',
openid_connect: 'oidc_login_button',
github: 'github_login_button',
- gitlab: 'gitlab_oauth_login_button'
+ gitlab: 'gitlab_oauth_login_button',
+ facebook: 'facebook_login_button'
}[provider.to_sym]
end