tango-app-ui-auth 3.0.6 → 3.0.7

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.
@@ -758,9 +758,11 @@ class Step2Component {
758
758
  },
759
759
  });
760
760
  }
761
- else {
761
+ else if (this.timevalue === 'time') {
762
+ window.open('https://calendly.com/hello-tango/connect_tango_eye', "_blank");
762
763
  this.popup = false;
763
764
  this.requestpopup = true;
765
+ this.cd.detectChanges();
764
766
  }
765
767
  }
766
768
  close() {