Remove annoying 'debugger' statement.
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Peter Bastiani 2020-02-03 10:32:15 +01:00
parent 6c828f6c6d
commit fd3545523e

View File

@ -40,7 +40,6 @@ export class AuthGuard implements CanActivate, CanLoad, CanActivateChild {
checkLogin(url: string): boolean { checkLogin(url: string): boolean {
if (!this.oauthService.hasValidAccessToken()) { if (!this.oauthService.hasValidAccessToken()) {
debugger;
this.oauthService.responseType this.oauthService.responseType
if(this.oauthService.responseType == "code") if(this.oauthService.responseType == "code")
if(this.oauthService.getRefreshToken() != null ) { if(this.oauthService.getRefreshToken() != null ) {