Skip to content

Commit cf44e99

Browse files
authored
fix(UI-1429): fix default-oauth to salesforce integration edit (#1092)
1 parent 0f71baf commit cf44e99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/constants/connections/integrationVariablesMapping.constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ export const integrationVariablesMapping = {
5959
[Integrations.asana]: {
6060
pat: "pat",
6161
},
62+
[Integrations.salesforce]: {
63+
client_id: "client_id",
64+
client_secret: "client_secret",
65+
},
6266
[Integrations.aws]: {
6367
region: "Region",
6468
access_key: "AccessKeyID",

0 commit comments

Comments
 (0)