]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/routing/login-guard.service.ts
Add ability to disable and clear history
[github/Chocobozzz/PeerTube.git] / client / src / app / core / routing / login-guard.service.ts
index 18bc41ca6301e9e8811f851dbd3c7cf256b33356..7b1c37ee8929976022d60ff1592d4ef9fcf28e58 100644 (file)
@@ -1,11 +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'