Use seed instead of signup page for admin + basic local file uploading using TUS & Uppy

This commit is contained in:
Ahmed Al-Taiar
2024-08-15 23:58:28 -04:00
parent 8493e613d7
commit a82caf96bf
16 changed files with 695 additions and 279 deletions

View File

@ -7,10 +7,6 @@ import NavbarLayout from './layouts/NavbarLayout/NavbarLayout'
const Routes = () => {
return (
<Router useAuth={useAuth}>
<Set wrap={AccountbarLayout} title="Create Admin Account">
<Route path="/create-admin" page={SignupPage} name="signup" />
</Set>
<Set wrap={AccountbarLayout} title="Login">
<Route path="/login" page={LoginPage} name="login" />
</Set>