monkey-front-core 0.0.484 → 0.0.486

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.
@@ -3529,7 +3529,7 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
3529
3529
  async apply(environment) {
3530
3530
  let lang = environment?.locale?.lang || 'pt-BR';
3531
3531
  try {
3532
- const me = JSON.parse(localStorage.getItem('me') || '');
3532
+ const me = JSON.parse(localStorage.getItem('me') || '{}');
3533
3533
  lang = me?.locale || lang;
3534
3534
  }
3535
3535
  catch (e) {