Skip to content

Commit 2fd610a

Browse files
Fixing bad ref
s/oauth_app_id/oauthAppId
1 parent 254bbac commit 2fd610a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-v2/pages/connect/oauth-clients.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ For any OAuth app that supports it, **you can always use your own client.** Your
2929
## Using a custom OAuth client
3030

3131
1. Follow the steps [here](/connected-accounts/oauth-clients#configuring-custom-oauth-clients) to create an OAuth client in Pipedream.
32-
2. When connecting an account either via the [frontend SDK](/connect/quickstart#use-the-pipedream-sdk-in-your-frontend), make sure to include the `oauth_app_id` in `pd.connectAccount()`.
33-
3. If using [Connect Link](/connect/quickstart#use-connect-link), make sure to include the `oauth_app_id` in the URL.
32+
2. When connecting an account either via the [frontend SDK](/connect/quickstart#use-the-pipedream-sdk-in-your-frontend), make sure to include the `oauthAppId` in `pd.connectAccount()`.
33+
3. If using [Connect Link](/connect/quickstart#use-connect-link), make sure to include the `oauthAppId` in the URL.
3434

3535
### Finding your OAuth app ID
3636

0 commit comments

Comments
 (0)