Merge branch 'develop' of https://git.akkerweb.nl/FarmMaps/FarmMapsLib into develop
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Francisco Salas 2020-10-10 12:02:34 +02:00
commit d42aad87bd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export class AppCommonEffects {
logout$: Observable<Action> = this.actions$.pipe(
ofType(appCommonActions.LOGOUT),
mergeMap((action) => {
this.oauthService$.logOut(true);
this.oauthService$.revokeTokenAndLogout();
return [];
}));