monkey-front-core 0.0.381 → 0.0.382

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.
@@ -3623,7 +3623,8 @@ class MonkeyEcxTokenStorageService {
3623
3623
  const username = localStorage.getItem('username');
3624
3624
  let data = {
3625
3625
  username: username || '',
3626
- program: ''
3626
+ program: '',
3627
+ accessToken: ''
3627
3628
  };
3628
3629
  if (username) {
3629
3630
  data = await store.select(select({ username })).pipe(take(1)).toPromise();