]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/routing/login-guard.service.ts
Implement remote interaction
[github/Chocobozzz/PeerTube.git] / client / src / app / core / routing / login-guard.service.ts
index 18bc41ca6301e9e8811f851dbd3c7cf256b33356..a949be14c18f81af6dd79b5eced3b99ed67d5949 100644 (file)
@@ -1,12 +1,5 @@
 import { Injectable } from '@angular/core'
-import {
-  ActivatedRouteSnapshot,
-  CanActivateChild,
-  RouterStateSnapshot,
-  CanActivate,
-  Router
-} from '@angular/router'
-
+import { ActivatedRouteSnapshot, CanActivate, CanActivateChild, Router, RouterStateSnapshot } from '@angular/router'
 import { AuthService } from '../auth/auth.service'
 
 @Injectable()