@arsedizioni/ars-utils 19.0.21 → 19.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2374,11 +2374,7 @@ class ClipperService {
2374
2374
  return this.httpClient.post(this._serviceUri + '/logout', {}).pipe(finalize(() => {
2375
2375
  this.removeKeepAlive();
2376
2376
  this.clear(true);
2377
- }), map(r => {
2378
- this.clear(true);
2379
- return r;
2380
2377
  }), catchError((_e) => {
2381
- this.clear(true);
2382
2378
  return of([]);
2383
2379
  }));
2384
2380
  }