monkey-front-core 0.0.308 → 0.0.309
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 +3 -3
- package/fesm2015/monkey-front-core.mjs +6 -2
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -2
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.309.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.308.tgz +0 -0
|
@@ -3727,10 +3727,10 @@ class MonkeyEcxTokenStorageService {
|
|
|
3727
3727
|
meHasChanged() {
|
|
3728
3728
|
return this.me$.asObservable() || null;
|
|
3729
3729
|
}
|
|
3730
|
-
getToken() {
|
|
3730
|
+
async getToken() {
|
|
3731
3731
|
return this.getAllTokens();
|
|
3732
3732
|
}
|
|
3733
|
-
getMe() {
|
|
3733
|
+
async getMe() {
|
|
3734
3734
|
return this.getAllMe();
|
|
3735
3735
|
}
|
|
3736
3736
|
setToken(token) {
|