Update Salesforce logo for OAuth

What does this MR do and why?

Updates the Salesforce logo that appears in the OAuth button on the sign-in page.

Screenshots or screen recordings

Before After
CleanShot_2022-07-21_at_14.16.12_2x CleanShot_2022-07-21_at_14.17.19_2x

How to set up and validate locally

  1. In the gitlab.yml file add the following around line 902 (under providers:):
    - { name: 'salesforce',
           # label: 'Provider name', # optional label for login button, defaults to "Salesforce"
           app_id: 'SALESFORCE_CLIENT_ID',
           app_secret: 'SALESFORCE_CLIENT_SECRET'
       }
  2. Run GDK and go to the sign-in page.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #339579

Edited by Jeremy Elder

Merge request reports

Loading