We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e4c52 commit 4d393d4Copy full SHA for 4d393d4
projects/saas-ui/src/app/on-boarding/on-boarding-routing.module.ts
@@ -24,15 +24,12 @@ const routes: Routes = [
24
path: 'registration/complete',
25
component: VerificationCompleteComponent,
26
},
27
- // {
28
- // path: 'add-tenant/:leadId',
29
- // component: AddTenantComponent,
30
- // canActivate: [EmailVerifyGuard],
31
- // },
32
{
33
- path: 'add-tenant',
+ path: 'add-tenant/:leadId',
34
component: AddTenantComponent,
+ canActivate: [EmailVerifyGuard],
35
+
36
],
37
38
];
0 commit comments