info-library 2.10.23 → 2.10.24

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.
@@ -1714,7 +1714,7 @@
1714
1714
  InfoAuthenticationService.prototype.setResetarSenha = function (model) {
1715
1715
  var _this = this;
1716
1716
  return this._http
1717
- .post(this._plataforma.Config.webapiUrl + 'centrocontrole/usuario/ResetarSenha', model, { headers: this._dataService.getHeaderToken() })
1717
+ .post(this._plataforma.Config.webapiUrl + 'centrocontrole/usuario/ResetarSenha', model)
1718
1718
  .pipe(operators.map(( /**
1719
1719
  * @param {?} r
1720
1720
  * @return {?}