From f47bf2e142b0b22460558e23720f5aed8deb982c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 Oct 2017 10:18:25 +0200 Subject: Client: check user is logged in for some pages --- client/src/app/videos/+video-watch/video-watch-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/video-watch-routing.module.ts') diff --git a/client/src/app/videos/+video-watch/video-watch-routing.module.ts b/client/src/app/videos/+video-watch/video-watch-routing.module.ts index 97fa5c725..bdd4f945e 100644 --- a/client/src/app/videos/+video-watch/video-watch-routing.module.ts +++ b/client/src/app/videos/+video-watch/video-watch-routing.module.ts @@ -9,7 +9,7 @@ const videoWatchRoutes: Routes = [ { path: '', component: VideoWatchComponent, - canActivateChild: [ MetaGuard ] + canActivate: [ MetaGuard ] } ] -- cgit v1.2.3