AI Implementation feature(821): First-Start Create Admin Modal (#2)
This commit was merged in pull request #2.
This commit is contained in:
@@ -4,7 +4,10 @@ import { authGuard } from './core/guards/auth.guard';
|
||||
export const APP_ROUTES: Routes = [
|
||||
{
|
||||
path: 'bootstrap',
|
||||
loadComponent: () => import('./features/bootstrap/create-admin.component').then((m) => m.CreateAdminComponent),
|
||||
loadComponent: () =>
|
||||
import('./features/setup/setup-create-admin.component').then(
|
||||
(m) => m.SetupCreateAdminComponent,
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'login',
|
||||
|
||||
Reference in New Issue
Block a user