Fix 404 and provider error
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma
2019-11-08 12:56:04 +01:00
parent 017ebd59f8
commit ec7951dd14
2 changed files with 15 additions and 5 deletions

View File

@@ -3,7 +3,9 @@ import { Injectable } from '@angular/core';
import { OAuthService } from 'angular-oauth2-oidc';
import { } from '@angular/router';
@Injectable()
@Injectable({
providedIn: 'root',
})
export class AuthCallbackGuard implements CanActivate {
constructor(private router$: Router,private oauthService$:OAuthService) {}