From 610e168dbc111b4a4d1d7b5a639bf6180e267bdd Mon Sep 17 00:00:00 2001 From: igorrCarvalho Date: Mon, 14 Aug 2023 12:18:48 -0300 Subject: [PATCH] Refactor[routes.tsx]: Remove sign up page while user cant sign up to langflow --- src/frontend/src/routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/routes.tsx b/src/frontend/src/routes.tsx index 8466f9b57..c692ea18c 100644 --- a/src/frontend/src/routes.tsx +++ b/src/frontend/src/routes.tsx @@ -19,7 +19,7 @@ const Router = () => { } /> } /> - } /> + {/* } /> */} } /> } />