diff --git a/advanced/user-auth/overview.mdx b/advanced/user-auth/overview.mdx index efd80ecc..c4d4da70 100644 --- a/advanced/user-auth/overview.mdx +++ b/advanced/user-auth/overview.mdx @@ -39,10 +39,10 @@ This feature becomes even more powerful when paired with custom data about the u User Auth is an enterprise feature. { userContext.org === undefined - ? <>To access this feature, first create an account at the Mintlify dashboard. - : userContext.org.plan !== 'enterprise' - ? <>You are currently on the ${userContext.org.plan ?? 'free'} plan. To speak to our team about upgrading, contact our sales team. - : <>To request this feature for your enterprise org, contact our team. +? <>To access this feature, first create an account at the Mintlify dashboard. +: userContext.org.plan !== 'enterprise' + ? <>You are currently on the ${userContext.org.plan ?? 'free'} plan. To speak to our team about upgrading, contact our sales team. + : <>To request this feature for your enterprise org, contact our team. } ```jsx