From f25a7534271123ab6b3a3b7fe73889ddf6efebcd Mon Sep 17 00:00:00 2001 From: Alex Luong Date: Sat, 18 Oct 2025 00:44:39 +0700 Subject: [PATCH] docs: fix incorrect env name --- docs/pages/features/tenant-user-portal.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/features/tenant-user-portal.mdx b/docs/pages/features/tenant-user-portal.mdx index 2ac169eb..c4cc48b5 100644 --- a/docs/pages/features/tenant-user-portal.mdx +++ b/docs/pages/features/tenant-user-portal.mdx @@ -20,7 +20,7 @@ The portal is a React SPA that is distributed via the API. `PORTAL_REFERER_URL` is used to redirect the user when the JWT token is expired or when the user clicks "back". -`ORGANIZATION_NAME` is used to display the name of the organization deploying the portal. +`PORTAL_ORGANIZATION_NAME` is used to display the name of the organization deploying the portal. ## Theming