summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
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