ng-ipa-library 0.5.0 → 0.5.1

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.
@@ -1581,7 +1581,7 @@
1581
1581
  function TokenInterceptor(authService, http) {
1582
1582
  this.authService = authService;
1583
1583
  this.http = http;
1584
- this.refresh = true;
1584
+ this.refresh = false;
1585
1585
  }
1586
1586
  TokenInterceptor.prototype.intercept = function (request, next) {
1587
1587
  if (this.isException(request)) {