@vgroup/dialbox 0.4.179 → 0.4.181

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.
@@ -3822,7 +3822,7 @@ class DialboxComponent {
3822
3822
  // })
3823
3823
  }
3824
3824
  if (changes['deviceId']) {
3825
- localStorage.setItem('deviceId', changes['deviceId'].currentValue);
3825
+ // localStorage.setItem('deviceId', changes['deviceId'].currentValue);
3826
3826
  this.twilioService.deviceId = changes['deviceId'].currentValue;
3827
3827
  console.log('Set deviceId in localStorage:', changes['deviceId'].currentValue);
3828
3828
  }