simpo-component-library 3.6.700 → 3.6.701

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.
@@ -21664,6 +21664,7 @@ class UserProfileComponent extends BaseSection {
21664
21664
  sessionStorage.clear();
21665
21665
  localStorage.removeItem("perId");
21666
21666
  localStorage.removeItem('cartId');
21667
+ localStorage.removeItem('utm_u_id');
21667
21668
  this.router.navigate(['/']);
21668
21669
  }
21669
21670
  });