-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation edits made through Mintlify web editor
- Loading branch information
1 parent
fd6f5ba
commit 17b954b
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <a href="https://dashboard.mintlify.com/login">Mintlify dashboard</a>.</> | ||
: userContext.org.plan !== 'enterprise' | ||
? <>You are currently on the ${userContext.org.plan ?? 'free'} plan. To speak to our team about upgrading, <a href="mailto:[email protected]">contact our sales team</a>.</> | ||
: <>To request this feature for your enterprise org, <a href="mailto:[email protected]">contact our team</a>.</> | ||
? <>To access this feature, first create an account at the <a href="https://dashboard.mintlify.com/login">Mintlify dashboard</a>.</> | ||
: userContext.org.plan !== 'enterprise' | ||
? <>You are currently on the ${userContext.org.plan ?? 'free'} plan. To speak to our team about upgrading, <a href="mailto:[email protected]">contact our sales team</a>.</> | ||
: <>To request this feature for your enterprise org, <a href="mailto:[email protected]">contact our team</a>.</> | ||
} | ||
```jsx | ||
|