mario-core 2.4.8 → 2.5.0

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/index.js CHANGED
@@ -293,7 +293,7 @@ var apiUpload = axios.create({
293
293
  }, function (error) {
294
294
  if (error.response.status === 401) {
295
295
  localStorage.clear();
296
- window.location.href = "/";
296
+ window.location.href = "/login";
297
297
  }
298
298
 
299
299
  return Promise.reject(error.message);