diff options
author | MaĆgorzata Ksionek <meksionek@gmail.com> | 2019-05-29 10:11:27 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-07-03 16:58:04 +0200 |
commit | 564acca1119b78b0d86f1d214c2d4deebfa09e8b (patch) | |
tree | 2acea24d3b582e29a59fbbd9a6d982285c57654a | |
parent | 406b67ca824790a5965b44ac76f87db68037248f (diff) | |
download | gitlab-ce-564acca1119b78b0d86f1d214c2d4deebfa09e8b.tar.gz |
Add salesforce logo
-rw-r--r-- | app/assets/images/auth_buttons/salesforce_64.png | bin | 0 -> 8774 bytes | |||
-rw-r--r-- | app/helpers/auth_helper.rb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/images/auth_buttons/salesforce_64.png b/app/assets/images/auth_buttons/salesforce_64.png Binary files differnew file mode 100644 index 00000000000..c8a86a0c515 --- /dev/null +++ b/app/assets/images/auth_buttons/salesforce_64.png diff --git a/app/helpers/auth_helper.rb b/app/helpers/auth_helper.rb index 076976175a9..31c4b27273b 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? |