Skip to content

Commit bf293f6

Browse files
Removing references to Apps tab
1 parent 1e4b7a6 commit bf293f6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs-v2/pages/connect/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ By default, apps that use OAuth to authenticate will use Pipedream's official OA
4848
To view or delete your users' connected accounts:
4949

5050
1. Open your project
51-
2. Click the **Connect** tab
52-
3. In the **Apps** section, add a new app.
51+
2. Click the **Connect** tab on the left
52+
3. Click the **Users** tab at the top
5353

5454
You'll see a list of all users, their connected accounts, and the option to delete any accounts from the UI. You can also retrieve and delete all your users via the API ([see the docs for reference](/connect/api)).
5555

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ To get started in [development mode](/connect/environments), you can skip these
2121
## Using a custom OAuth client
2222

2323
1. Follow the steps [here](/connected-accounts/oauth-clients#configuring-custom-oauth-clients) to create an OAuth client in Pipedream.
24-
2. Open the **Apps** tab within your Pipedream project and select **Add app**.
25-
3. Select the app you're looking for, then select your OAuth client from the dropdown menu.
26-
4. 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()`.
27-
5. If using [Connect Link](/connect/quickstart#use-connect-link), make sure to include the `oauth_app_id` in the URL.
24+
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()`.
25+
3. If using [Connect Link](/connect/quickstart#use-connect-link), make sure to include the `oauth_app_id` in the URL.
2826

2927
### Finding your OAuth app ID
3028

0 commit comments

Comments
 (0)