Fix promise resolve
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
1c8db3ac94
commit
750a743a50
@ -59,7 +59,7 @@ export class AuthGuard implements CanActivate, CanLoad, CanActivateChild {
|
|||||||
} else {
|
} else {
|
||||||
console.debug("Valid token init user");
|
console.debug("Valid token init user");
|
||||||
this.store.dispatch(new appCommonActions.InitUser());
|
this.store.dispatch(new appCommonActions.InitUser());
|
||||||
return(true);
|
resolve(true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user