mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
working
This commit is contained in:
committed by
Aiden McClelland
parent
8f0e0a392e
commit
834de9ab54
@@ -10,15 +10,6 @@ const routes: Routes = [
|
||||
path: 'recover',
|
||||
loadChildren: () => import('./pages/recover/recover.module').then( m => m.RecoverPageModule)
|
||||
},
|
||||
{
|
||||
path: 'password',
|
||||
loadChildren: () => import('./pages/password/password.module').then( m => m.PasswordPageModule)
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
redirectTo: 'wizard',
|
||||
pathMatch: 'full'
|
||||
},
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user