summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-20 03:17:54 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-20 03:17:54 +0000
commite3523242123f949261d968ec942c6dc10ad6c772 (patch)
tree7a26983ed5e8866051ee3cd3e9085ad074164ff8 /app/helpers
parent8277a5b4ba05fe11174397c689c66cef5c06fc38 (diff)
downloadgitlab-ce-e3523242123f949261d968ec942c6dc10ad6c772.tar.gz
Add latest changes from gitlab-org/gitlab@master
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 b25f80440a9..58d647c41b1 100644
--- a/app/helpers/auth_helper.rb
+++ b/app/helpers/auth_helper.rb
@@ -49,7 +49,7 @@ module AuthHelper
{
saml: 'saml_login_button',
openid_connect: 'oidc_login_button',
- github: 'qa-github-login-button'
+ github: 'github_login_button'
}[provider.to_sym]
end