You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/connect-react/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ const oauthAppConfig = {
172
172
173
173
<ComponentFormContainer
174
174
userId={userId}
175
-
componentKey="github-create-issue"
175
+
componentKey="slack-send-message-to-channel"
176
176
configuredProps={configuredProps}
177
177
onUpdateConfiguredProps={setConfiguredProps}
178
178
oauthAppConfig={oauthAppConfig}
@@ -181,6 +181,8 @@ const oauthAppConfig = {
181
181
182
182
This allows you to use your own OAuth applications forspecific integrations, providing better control over branding and permissions. Read how to configure OAuth clientsin Pipedream here: [https://pipedream.com/docs/connect/managed-auth/oauth-clients](https://pipedream.com/docs/connect/managed-auth/oauth-clients).
183
183
184
+
**Note**: OAuth app IDs are not sensitive, and are safe to expose in the client.
185
+
184
186
## Customization
185
187
186
188
Style individual components using the `CustomizeProvider` and a `CustomizationConfig`.
@@ -189,7 +191,7 @@ Style individual components using the `CustomizeProvider` and a `CustomizationCo
0 commit comments