From aa67997cb6fe424e03281766ca076711e30afb8e Mon Sep 17 00:00:00 2001 From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:39:26 -0500 Subject: [PATCH] Hot fix: lint (#1879) --- docs/authentication/social-connections/notion.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/authentication/social-connections/notion.mdx b/docs/authentication/social-connections/notion.mdx index f65bc9066c..2a6adbba86 100644 --- a/docs/authentication/social-connections/notion.mdx +++ b/docs/authentication/social-connections/notion.mdx @@ -55,12 +55,12 @@ To make the setup process easier, it's recommended to keep two browser tabs open 1. Save the **OAuth Client ID** and **OAuth Client Secret** somewhere secure. ### Set the Client ID and Client Secret in the Clerk Dashboard -1. Navigate back to the Clerk Dashboard where the modal should still be open. Paste the **OAuth Client ID** and **OAuth Client Secret** values that you saved into the respective fields. -1. Select **Add connection**. -> [!NOTE] -> If the modal or page is not still open, navigate to the [**SSO connections**](https://dashboard.clerk.com/last-active?path=user-authentication/sso-connections) page in the Clerk Dashboard. Select the connection. Under **Use custom credentials**, you can paste the **OAuth Client ID** and **OAuth Client Secret** into their respective fields. + 1. Navigate back to the Clerk Dashboard where the modal should still be open. Paste the **OAuth Client ID** and **OAuth Client Secret** values that you saved into the respective fields. + 1. Select **Add connection**. + > [!NOTE] + > If the modal or page is not still open, navigate to the [**SSO connections**](https://dashboard.clerk.com/last-active?path=user-authentication/sso-connections) page in the Clerk Dashboard. Select the connection. Under **Use custom credentials**, you can paste the **OAuth Client ID** and **OAuth Client Secret** into their respective fields. ### Test your connection