From 450c95af9fd3175b857b9bac404473ac99d1765d Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Mon, 21 Aug 2023 15:45:30 +0530 Subject: [PATCH] chore: update restricted workspace slugs --- apps/app/components/workspace/create-workspace-form.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app/components/workspace/create-workspace-form.tsx b/apps/app/components/workspace/create-workspace-form.tsx index 2e1128bbafa..c7eb584b9ab 100644 --- a/apps/app/components/workspace/create-workspace-form.tsx +++ b/apps/app/components/workspace/create-workspace-form.tsx @@ -45,6 +45,7 @@ const restrictedUrls = [ "profile", "reset-password", "sign-up", + "spaces", "workspace-member-invitation", ];