diff --git a/apps/web/src/app/(dashboard)/settings/tokens/page.tsx b/apps/web/src/app/(dashboard)/settings/tokens/page.tsx index 8951098c4..a62775522 100644 --- a/apps/web/src/app/(dashboard)/settings/tokens/page.tsx +++ b/apps/web/src/app/(dashboard)/settings/tokens/page.tsx @@ -1,5 +1,6 @@ import { DateTime } from 'luxon'; +import { NEXT_PUBLIC_WEBAPP_URL } from '@documenso/lib/constants/app'; import { getRequiredServerComponentSession } from '@documenso/lib/next-auth/get-server-component-session'; import { getUserTokens } from '@documenso/lib/server-only/public-api/get-all-user-tokens'; import { Button } from '@documenso/ui/primitives/button'; @@ -18,7 +19,15 @@ export default async function ApiTokensPage() {
- On this page, you can create new API tokens and manage the existing ones.
+ On this page, you can create new API tokens and manage the existing ones.
+ You can view our swagger docs{' '}
+
+ here
+
- On this page, you can create new API tokens and manage the existing ones.
+ On this page, you can create new API tokens and manage the existing ones.
+ You can view our swagger docs{' '}
+
+ here
+