X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Frouting%2Flogin-guard.service.ts;h=a949be14c18f81af6dd79b5eced3b99ed67d5949;hb=d43c6b1ffc5e6c895f9e9f9de6625f17a9755c20;hp=7b1c37ee8929976022d60ff1592d4ef9fcf28e58;hpb=276d96529529621d5f70473990095495f2743c29;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/routing/login-guard.service.ts b/client/src/app/core/routing/login-guard.service.ts index 7b1c37ee8..a949be14c 100644 --- a/client/src/app/core/routing/login-guard.service.ts +++ b/client/src/app/core/routing/login-guard.service.ts @@ -1,6 +1,5 @@ import { Injectable } from '@angular/core' import { ActivatedRouteSnapshot, CanActivate, CanActivateChild, Router, RouterStateSnapshot } from '@angular/router' - import { AuthService } from '../auth/auth.service' @Injectable()