Add salesforce logo

This commit is contained in:
Małgorzata Ksionek 2019-05-29 10:11:27 +02:00 committed by Lukas Eipert
parent 406b67ca82
commit 564acca111
No known key found for this signature in database
GPG key ID: 148BEA37CB35B2AC
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
module AuthHelper 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 LDAP_PROVIDER = /\Aldap/.freeze
def ldap_enabled? def ldap_enabled?