X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bhome%2Fhome-routing.module.ts;h=a2085f1915bbfc5fba56c5bd6bbc104a13b02ccc;hb=df1db951c512a58110171d046ef367789df02733;hp=1eaee4449be43f1bda8ddff588734df1e7abb8f7;hpb=2539932e16129992a2c0889b4ff527c265a8e2c7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+home/home-routing.module.ts b/client/src/app/+home/home-routing.module.ts index 1eaee4449..a2085f191 100644 --- a/client/src/app/+home/home-routing.module.ts +++ b/client/src/app/+home/home-routing.module.ts @@ -1,13 +1,11 @@ import { NgModule } from '@angular/core' import { RouterModule, Routes } from '@angular/router' -import { MetaGuard } from '@ngx-meta/core' import { HomeComponent } from './home.component' const homeRoutes: Routes = [ { path: '', - component: HomeComponent, - canActivateChild: [ MetaGuard ] + component: HomeComponent } ]