diff --git a/app/assets/images/auth_buttons/salesforce_64.png b/app/assets/images/auth_buttons/salesforce_64.png new file mode 100644 index 0000000000000000000000000000000000000000..fc81c8a83ce26defdfbf5d9eb6b51228fce61ead Binary files /dev/null and b/app/assets/images/auth_buttons/salesforce_64.png differ diff --git a/app/helpers/auth_helper.rb b/app/helpers/auth_helper.rb index 369bf0e7d4c055c9536eb870eab464eeefede4e2..4e5a16843d5f5be5060e20e840163277bc742cab 100644 --- a/app/helpers/auth_helper.rb +++ b/app/helpers/auth_helper.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module AuthHelper - PROVIDERS_WITH_ICONS = %w(twitter github gitlab bitbucket google_oauth2 facebook azure_oauth2 authentiq).freeze + PROVIDERS_WITH_ICONS = %w(twitter github gitlab bitbucket google_oauth2 facebook azure_oauth2 authentiq salesforce).freeze LDAP_PROVIDER = /\Aldap/.freeze def ldap_enabled?