@idsoftsource/initial-process 1.0.1 → 1.0.2

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.
@@ -29713,10 +29713,10 @@ class InitialProcessComponent {
29713
29713
  var role = this.userViewRoles?.find(d => d.selected == true)?.name;
29714
29714
  if (role == "Provider") {
29715
29715
  var url = this.libConfig.dashboardUrl.replace('/Dashboard', '');
29716
- this.router.navigate([url + '/membership/package-level']);
29716
+ window.location.href = url + '/membership/package-level';
29717
29717
  }
29718
29718
  else {
29719
- this.router.navigate([this.libConfig.dashboardUrl]);
29719
+ window.location.href = this.libConfig.dashboardUrl;
29720
29720
  }
29721
29721
  }
29722
29722
  changeAddressUser() {