removed intermidiate screen

This commit is contained in:
CHIEFSOFT\ameye
2024-09-05 14:55:10 -04:00
parent 5a1cdb2bec
commit 7969813b60
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -298,10 +298,10 @@ const routes: Routes = [
path: 'familyconnectaction',
loadChildren: () => import('./pages/familyconnectaction/familyconnectaction.module').then(m => m.FamilyconnectactionPageModule)
},
{
path: 'startlogin',
loadChildren: () => import('./pages/startlogin/startlogin.module').then(m => m.StartloginPageModule)
},
// {
// path: 'startlogin',
// loadChildren: () => import('./pages/startlogin/startlogin.module').then(m => m.StartloginPageModule)
// },
+1 -1
View File
@@ -18,7 +18,7 @@ export class SliderPage implements OnInit {
}
onRegister() {
this.router.navigate(['startlogin']);
this.router.navigate(['login']);
}
signupCountry:any;