This commit is contained in:
Drew Ansbacher
2021-06-30 16:54:27 -06:00
committed by Aiden McClelland
parent 8f0e0a392e
commit 834de9ab54
16 changed files with 178 additions and 217 deletions

View File

@@ -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({