@idsoftsource/initial-process 1.1.7 → 1.1.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.
@@ -29797,14 +29797,7 @@ class InitialProcessComponent {
29797
29797
  });
29798
29798
  }
29799
29799
  dashboard() {
29800
- var role = this.userViewRoles?.find(d => d.selected == true)?.name;
29801
- if (role == "Provider") {
29802
- var url = this.libConfig.dashboardUrl.replace('/Dashboard', '');
29803
- window.location.href = url + '/membership/package-level';
29804
- }
29805
- else {
29806
- window.location.href = this.libConfig.dashboardUrl;
29807
- }
29800
+ window.location.href = this.libConfig.dashboardUrl;
29808
29801
  }
29809
29802
  changeAddressUser() {
29810
29803
  if (this.isCopy) {