Skip to content

Commit

Permalink
baste
Browse files Browse the repository at this point in the history
  • Loading branch information
behroozbc committed Aug 3, 2024
1 parent c3dbdf5 commit 3287969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/feature/jam/jam-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ const routes: Routes = [
},
{
path: 'register',
canActivate: [ValidProfileGuard],
canActivate: [ValidProfileGuard,CanLoadThisProgramGuard(false)],
children: [
{
path: 'single',
loadChildren: () => import('./modules/single/single.module').then(c => c.SingleModule),
canActivate:[CanLoadThisProgramGuard(false)]

},
{
path: 'team',
Expand Down

0 comments on commit 3287969

Please sign in to comment.