Skip to content

Commit 4d393d4

Browse files
committed
fix(arc-saas): changes in add-tenant
changes in add-tenant GH-64
1 parent 10e4c52 commit 4d393d4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

projects/saas-ui/src/app/on-boarding/on-boarding-routing.module.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,12 @@ const routes: Routes = [
2424
path: 'registration/complete',
2525
component: VerificationCompleteComponent,
2626
},
27-
// {
28-
// path: 'add-tenant/:leadId',
29-
// component: AddTenantComponent,
30-
// canActivate: [EmailVerifyGuard],
31-
// },
3227
{
33-
path: 'add-tenant',
28+
path: 'add-tenant/:leadId',
3429
component: AddTenantComponent,
30+
canActivate: [EmailVerifyGuard],
3531
},
32+
3633
],
3734
},
3835
];

0 commit comments

Comments
 (0)