Skip to content

Commit 944cba7

Browse files
Update README.md
1 parent 0cf583a commit 944cba7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/connect-react/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const oauthAppConfig = {
172172
173173
<ComponentFormContainer
174174
userId={userId}
175-
componentKey="github-create-issue"
175+
componentKey="slack-send-message-to-channel"
176176
configuredProps={configuredProps}
177177
onUpdateConfiguredProps={setConfiguredProps}
178178
oauthAppConfig={oauthAppConfig}
@@ -181,6 +181,8 @@ const oauthAppConfig = {
181181
182182
This allows you to use your own OAuth applications for specific integrations, providing better control over branding and permissions. Read how to configure OAuth clients in Pipedream here: [https://pipedream.com/docs/connect/managed-auth/oauth-clients](https://pipedream.com/docs/connect/managed-auth/oauth-clients).
183183
184+
**Note**: OAuth app IDs are not sensitive, and are safe to expose in the client.
185+
184186
## Customization
185187
186188
Style individual components using the `CustomizeProvider` and a `CustomizationConfig`.
@@ -189,7 +191,7 @@ Style individual components using the `CustomizeProvider` and a `CustomizationCo
189191
<FrontendClientProvider client={client}>
190192
<CustomizeProvider {...customizationConfig}>
191193
<ComponentFormContainer
192-
key="slack-send-message"
194+
key="slack-send-message-to-channel"
193195
configuredProps={configuredProps}
194196
onUpdateConfiguredProps={setConfiguredProps}
195197
/>

0 commit comments

Comments
 (0)