monkey-front-core 0.0.314 → 0.0.315
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/storage/monkeyecx-token-storage.service.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs +1 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.315.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.314.tgz +0 -0
|
@@ -3676,7 +3676,7 @@ class MonkeyEcxTokenStorageService {
|
|
|
3676
3676
|
const handledData = {
|
|
3677
3677
|
...data
|
|
3678
3678
|
};
|
|
3679
|
-
if (
|
|
3679
|
+
if (!data?.program && config?.program) {
|
|
3680
3680
|
handledData.program = config?.program?.token;
|
|
3681
3681
|
}
|
|
3682
3682
|
delete handledData?.me;
|