AW-900
This commit is contained in:
@@ -18,8 +18,6 @@ import * as appCommonActions from '../actions/app-common.actions';
|
||||
})
|
||||
export class AuthGuard implements CanActivate, CanLoad, CanActivateChild {
|
||||
|
||||
private loginDispatched = false;
|
||||
private initialized = false;
|
||||
constructor(private oauthService: OAuthService, private router: Router, private store: Store<appCommonReducer.State> ) { }
|
||||
|
||||
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean {
|
||||
|
Reference in New Issue
Block a user