monkey-front-core 0.0.482 → 0.0.483

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.
@@ -3530,7 +3530,7 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
3530
3530
  let lang = environment?.locale?.lang || 'pt-BR';
3531
3531
  console.log('@@@@@@@@@');
3532
3532
  try {
3533
- const me = await this.tokenStorage?.getMe();
3533
+ const me = JSON.parse(localStorage.getItem('me') || '');
3534
3534
  console.log('**********************');
3535
3535
  console.log(me);
3536
3536
  console.log('**********************');