diff --git a/docs-v2/pages/connect/index.mdx b/docs-v2/pages/connect/index.mdx index 02974f04160ac..f0c722bd9fb53 100644 --- a/docs-v2/pages/connect/index.mdx +++ b/docs-v2/pages/connect/index.mdx @@ -48,8 +48,8 @@ By default, apps that use OAuth to authenticate will use Pipedream's official OA To view or delete your users' connected accounts: 1. Open your project -2. Click the **Connect** tab -3. In the **Apps** section, add a new app. +2. Click the **Connect** tab on the left +3. Click the **Users** tab at the top 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)). diff --git a/docs-v2/pages/connect/oauth-clients.mdx b/docs-v2/pages/connect/oauth-clients.mdx index b60e8f9d3e5dd..130a955874a36 100644 --- a/docs-v2/pages/connect/oauth-clients.mdx +++ b/docs-v2/pages/connect/oauth-clients.mdx @@ -21,10 +21,8 @@ To get started in [development mode](/connect/environments), you can skip these ## Using a custom OAuth client 1. Follow the steps [here](/connected-accounts/oauth-clients#configuring-custom-oauth-clients) to create an OAuth client in Pipedream. -2. Open the **Apps** tab within your Pipedream project and select **Add app**. -3. Select the app you're looking for, then select your OAuth client from the dropdown menu. -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()`. -5. If using [Connect Link](/connect/quickstart#use-connect-link), make sure to include the `oauth_app_id` in the URL. +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()`. +3. If using [Connect Link](/connect/quickstart#use-connect-link), make sure to include the `oauth_app_id` in the URL. ### Finding your OAuth app ID