fennec-ui 1.1.318 → 1.1.321
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.
package/dist/fennec-ui.js
CHANGED
|
@@ -2103,7 +2103,7 @@ var AuthService = /*#__PURE__*/function () {
|
|
|
2103
2103
|
headers['Authorization'] = 'Bearer ' + this.getToken();
|
|
2104
2104
|
}
|
|
2105
2105
|
var end = this.PerformanceStart(url);
|
|
2106
|
-
return this.fetchRfToken(
|
|
2106
|
+
return this.fetchRfToken(url, _extends({}, options, {
|
|
2107
2107
|
headers: headers
|
|
2108
2108
|
})).then(this._checkStatus).then(function (response) {
|
|
2109
2109
|
if (end) {
|
|
@@ -2118,7 +2118,7 @@ var AuthService = /*#__PURE__*/function () {
|
|
|
2118
2118
|
headers['Authorization'] = 'Bearer ' + this.getToken();
|
|
2119
2119
|
}
|
|
2120
2120
|
var end = this.PerformanceStart(url);
|
|
2121
|
-
return this.fetchRfToken(
|
|
2121
|
+
return this.fetchRfToken(url, _extends({}, options, {
|
|
2122
2122
|
headers: headers
|
|
2123
2123
|
})).then(this._checkStatus).then(function (res) {
|
|
2124
2124
|
if (end) {
|
|
@@ -2149,7 +2149,7 @@ var AuthService = /*#__PURE__*/function () {
|
|
|
2149
2149
|
headers['Authorization'] = 'Bearer ' + this.getToken();
|
|
2150
2150
|
}
|
|
2151
2151
|
var end = this.PerformanceStart(url);
|
|
2152
|
-
return this.fetchRfToken(
|
|
2152
|
+
return this.fetchRfToken(url, _extends({}, options, {
|
|
2153
2153
|
headers: headers
|
|
2154
2154
|
})).then(this._checkStatus).then(function (response) {
|
|
2155
2155
|
if (end) {
|
|
@@ -2169,7 +2169,7 @@ var AuthService = /*#__PURE__*/function () {
|
|
|
2169
2169
|
headers['Authorization'] = 'Bearer ' + this.getToken();
|
|
2170
2170
|
}
|
|
2171
2171
|
var end = this.PerformanceStart(url);
|
|
2172
|
-
return this.fetchRfToken(
|
|
2172
|
+
return this.fetchRfToken(url, _extends({}, options, {
|
|
2173
2173
|
headers: headers
|
|
2174
2174
|
})).then(this._checkStatus).then(function (response) {
|
|
2175
2175
|
if (end) {
|