Skip to content

Commit cc263eb

Browse files
Merged in feature/PBD-284 (pull request #84)
PBD-284: add guards to Console route
2 parents cab9cdf + 1ad5546 commit cc263eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ddp-workspace/projects/ddp-atcp/src/app/app-routing.module.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,11 @@ const routes: Routes = [
117117
{
118118
path: RouterResource.Console,
119119
component: ConsoleComponent,
120-
canActivate: [IrbGuard]
120+
canActivate: [
121+
IrbGuard,
122+
BrowserGuard,
123+
AuthGuard
124+
]
121125
},
122126
{
123127
path: RouterResource.AccountActivated,

0 commit comments

Comments
 (0)