Refactor[routes.tsx]: Remove sign up page while user cant sign up to langflow
This commit is contained in:
parent
185327fd6b
commit
610e168dbc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ const Router = () => {
|
|||
<Route path="*" element={<HomePage />} />
|
||||
|
||||
<Route path="/login" element={<LoginPage />} />
|
||||
<Route path="/signup" element={<SignUp />} />
|
||||
{/* <Route path="/signup" element={<SignUp />} /> */}
|
||||
<Route path="/login/admin" element={<LoginAdminPage />} />
|
||||
|
||||
<Route path="/admin" element={<AdminPage />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue