monkey-front-core 0.0.480 → 0.0.481
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/esm2020/lib/core/services/config/monkeyecx-i18n-config.service.mjs +4 -1
- package/fesm2015/monkey-front-core.mjs +3 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.481.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.480.tgz +0 -0
|
@@ -3530,6 +3530,9 @@ class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
|
|
|
3530
3530
|
let lang = environment?.locale?.lang || 'pt-BR';
|
|
3531
3531
|
try {
|
|
3532
3532
|
const me = await this.tokenStorage?.getMe();
|
|
3533
|
+
console.log('**********************');
|
|
3534
|
+
console.log(me);
|
|
3535
|
+
console.log('**********************');
|
|
3533
3536
|
lang = me?.locale || lang;
|
|
3534
3537
|
}
|
|
3535
3538
|
catch (e) {
|