tomek14
tomek14
I have the same problem too, i think it is a bug in directive. If you are using label you can check content property in leafletObject.label, and you will see...
Hi, I am also having the same problem - when trying to refresh token I got 2 calls, one of them is failing because the old refresh token gets revoked...
I think I solved the doubled TokenRefresh request issue. It seems that when the application uses newer WebViews, the deprecated .toPromise() method from RxJs works incorrectly. I solved it by...
@DIYDave Could you please share your changes on public repo?