Remove annoying 'debugger' statement.
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Peter Bastiani 2020-02-03 10:32:15 +01:00
parent 6c828f6c6d
commit fd3545523e
1 changed files with 0 additions and 1 deletions

View File

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