You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: authentication-personalization/overview.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,17 +101,17 @@ This feature is more powerful when you pair it with custom data about your users
101
101
user.org === undefined
102
102
? <>To access this feature, first create an account at the <a href="https://dashboard.mintlify.com/login">Mintlify dashboard</a>.</>
103
103
: user.org.plan !== 'enterprise'
104
-
? <>You are currently on the ${user.org.plan??'free'} plan. To speak to our team about upgrading, <a href="mailto:sales@mintlify.com">contact our sales team</a>.</>
105
-
:<>To request this feature for your enterprise org, <a href="mailto:sales@mintlify.com">contact our team</a>.</>
104
+
? <>You are currently on the ${user.org.plan??'free'} plan. See<a href="https://mintlify.com/pricing">our pricing page</a>for information about upgrading.</>
105
+
:<>To request this feature for your enterprise org, contact your admin.</>
106
106
}
107
107
108
108
```jsx
109
109
Authentication is an enterprise feature. {
110
110
user.org === undefined
111
111
? <>To access this feature, first create an account at the <a href="https://dashboard.mintlify.com/login">Mintlify dashboard</a>.</>
112
112
: user.org.plan !== 'enterprise'
113
-
? <>You are currently on the ${user.org.plan??'free'} plan. To speak to our team about upgrading, <a href="mailto:sales@mintlify.com">contact our sales team</a>.</>
114
-
:<>To request this feature for your enterprise org, <a href="mailto:sales@mintlify.com">contact our team</a>.</>
113
+
? <>You are currently on the ${user.org.plan??'free'} plan. See<a href="https://mintlify.com/pricing">our pricing page</a>for information about upgrading.</>
114
+
:<>To request this feature for your enterprise org, contact your admin.</>
0 commit comments