ebondu / angular2-keycloak

Angular 2 Keycloak client wrapper
19 stars 26 forks source link

fix(interceptor): fix missing return in keycloak interceptor #38

Closed Ydrasil closed 1 year ago

Ydrasil commented 1 year ago

When there is no return in catchError, catchError return an undefined, and RxJS advice to always return an Observable from catchError()