Commit 67a5600d authored by Luke Stahlman's avatar Luke Stahlman

Add Auth0, JWT, and Shibboleth to list of providers with icons

The Auth0, JWT, and Shibboleth providers' icons are not used when
displaying buttons on the sign-in and registration pages. Update
the PROVIDERS_WITH_ICONS list so that these icons are displayed.

Changelog: fixed
parent 8b242314
......@@ -3,6 +3,7 @@
module AuthHelper
PROVIDERS_WITH_ICONS = %w(
atlassian_oauth2
auth0
authentiq
azure_activedirectory_v2
azure_oauth2
......@@ -12,8 +13,10 @@ module AuthHelper
github
gitlab
google_oauth2
jwt
openid_connect
salesforce
shibboleth
twitter
).freeze
LDAP_PROVIDER = /\Aldap/.freeze
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment