osmanli-yatirim 0.5.29 → 0.5.30
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.
|
@@ -127211,6 +127211,8 @@ function createAxiosInstance() {
|
|
|
127211
127211
|
const notificationSent = localStorage.getItem("notificationSent");
|
|
127212
127212
|
|
|
127213
127213
|
if (status === 401 && notificationSent) {
|
|
127214
|
+
localStorage.removeItem("token");
|
|
127215
|
+
|
|
127214
127216
|
if (false) {}
|
|
127215
127217
|
|
|
127216
127218
|
_store__WEBPACK_IMPORTED_MODULE_1__["default"] === null || _store__WEBPACK_IMPORTED_MODULE_1__["default"] === void 0 ? void 0 : _store__WEBPACK_IMPORTED_MODULE_1__["default"].commit("auth/SET_AUTH", false);
|
|
@@ -127220,6 +127220,8 @@ function createAxiosInstance() {
|
|
|
127220
127220
|
const notificationSent = localStorage.getItem("notificationSent");
|
|
127221
127221
|
|
|
127222
127222
|
if (status === 401 && notificationSent) {
|
|
127223
|
+
localStorage.removeItem("token");
|
|
127224
|
+
|
|
127223
127225
|
if (false) {}
|
|
127224
127226
|
|
|
127225
127227
|
_store__WEBPACK_IMPORTED_MODULE_1__["default"] === null || _store__WEBPACK_IMPORTED_MODULE_1__["default"] === void 0 ? void 0 : _store__WEBPACK_IMPORTED_MODULE_1__["default"].commit("auth/SET_AUTH", false);
|
|
@@ -127220,6 +127220,8 @@ function createAxiosInstance() {
|
|
|
127220
127220
|
const notificationSent = localStorage.getItem("notificationSent");
|
|
127221
127221
|
|
|
127222
127222
|
if (status === 401 && notificationSent) {
|
|
127223
|
+
localStorage.removeItem("token");
|
|
127224
|
+
|
|
127223
127225
|
if (false) {}
|
|
127224
127226
|
|
|
127225
127227
|
_store__WEBPACK_IMPORTED_MODULE_1__["default"] === null || _store__WEBPACK_IMPORTED_MODULE_1__["default"] === void 0 ? void 0 : _store__WEBPACK_IMPORTED_MODULE_1__["default"].commit("auth/SET_AUTH", false);
|