releasebird-javascript-sdk 1.0.7 → 1.0.8

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.
@@ -267,7 +267,7 @@ export default class RbirdWebsiteWidget {
267
267
  if (state) {
268
268
  const jsonState = JSON.parse(state);
269
269
  if (jsonState.identify?.people) {
270
- this.updateIframe(`${CONTENT_URL}/widget?apiKey=${RbirdSessionManager.getInstance().apiKey}&tab=HOME&people=${jsonState.identify?.people}&hash=${hash}&ai=${self.anonymousIdentifier}`);
270
+ this.updateIframe(`${CONTENT_URL}/widget?apiKey=${RbirdSessionManager.getInstance().apiKey}&tab=HOME&people=${jsonState.identify?.people}&ai=${RbirdSessionManager.getInstance().anonymousIdentifier}`);
271
271
  } else {
272
272
  this.updateIframe(`${CONTENT_URL}/widget?apiKey=${RbirdSessionManager.getInstance().apiKey}&tab=HOME&ai=${RbirdSessionManager.getInstance().anonymousIdentifier}`);
273
273
  }