X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollows.routes.ts;h=e84c79e829ad3300f1bfc451492000d00e29c3c6;hb=03652b3179b7d3d2959b68318fdc5e00f94eb95f;hp=b7d44f75b11f271d3e5872eecd0627eae2f36a3d;hpb=51548b31815c6f96f314ae96588a9adca150519d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/follows.routes.ts b/client/src/app/+admin/follows/follows.routes.ts index b7d44f75b..e84c79e82 100644 --- a/client/src/app/+admin/follows/follows.routes.ts +++ b/client/src/app/+admin/follows/follows.routes.ts @@ -13,7 +13,7 @@ export const FollowsRoutes: Routes = [ component: FollowsComponent, canActivate: [ UserRightGuard ], data: { - userRight: UserRight.MANAGE_APPLICATION_FOLLOW + userRight: UserRight.MANAGE_SERVER_FOLLOW }, children: [ {