osl-base-extended 1.0.31 → 1.0.32

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.
@@ -239,7 +239,7 @@ class Httpbase {
239
239
  }
240
240
  handleError(error) {
241
241
  if (error.status === 401) {
242
- localStorage.clear();
242
+ // localStorage.clear();
243
243
  window.location.href = '/login';
244
244
  }
245
245
  return {