Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-02 09:08:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-02 09:08:27 +0300
commit91ef4dcc05931e8be5cfb28462656386ed1fca21 (patch)
tree88bb2c5225c49baa3e260dd3d50e865177054d04 /doc/integration/salesforce.md
parent895563036ae0fb388dd3ac3cae3a31f2bf1fa85f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/salesforce.md')
-rw-r--r--doc/integration/salesforce.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/salesforce.md b/doc/integration/salesforce.md
index 7e0b2518e76..dbd0a03e3cf 100644
--- a/doc/integration/salesforce.md
+++ b/doc/integration/salesforce.md
@@ -64,7 +64,7 @@ To get the credentials (a pair of Client ID and Client Secret), you must [create
- { name: 'salesforce',
app_id: 'SALESFORCE_CLIENT_ID',
app_secret: 'SALESFORCE_CLIENT_SECRET'
- }
+ }
```
1. Change `SALESFORCE_CLIENT_ID` to the Consumer Key from the Salesforce connected application page.