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