@ekyc_qoobiss/qbs-ect-cmp 1.2.2 → 1.2.3

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.
@@ -9162,7 +9162,7 @@ const MobileRedirect = class {
9162
9162
  this.infoTextTop = MobileRedirectValues.InfoTop;
9163
9163
  this.infoTextBottom = MobileRedirectValues.InfoBottom;
9164
9164
  let envUri = state.environment == 'PROD' ? 'ect' : 'test';
9165
- let baseUri = state.hasIdBack ? 'https://onmd.id-kyc.com/' : 'https://onro.id-kyc.com/';
9165
+ let baseUri = state.hasIdBack ? 'https://onmd.id-kyc.com/identification' : 'https://onro.id-kyc.com/identification';
9166
9166
  this.redirectLink = baseUri + envUri + '?redirectId=' + state.redirectId;
9167
9167
  if (state.phoneNumber != '') {
9168
9168
  this.contact = state.phoneNumber;
@@ -25,7 +25,7 @@ export class MobileRedirect {
25
25
  this.infoTextTop = MobileRedirectValues.InfoTop;
26
26
  this.infoTextBottom = MobileRedirectValues.InfoBottom;
27
27
  let envUri = store.environment == 'PROD' ? 'ect' : 'test';
28
- let baseUri = store.hasIdBack ? 'https://onmd.id-kyc.com/' : 'https://onro.id-kyc.com/';
28
+ let baseUri = store.hasIdBack ? 'https://onmd.id-kyc.com/identification' : 'https://onro.id-kyc.com/identification';
29
29
  this.redirectLink = baseUri + envUri + '?redirectId=' + store.redirectId;
30
30
  if (store.phoneNumber != '') {
31
31
  this.contact = store.phoneNumber;
@@ -9158,7 +9158,7 @@ const MobileRedirect = class {
9158
9158
  this.infoTextTop = MobileRedirectValues.InfoTop;
9159
9159
  this.infoTextBottom = MobileRedirectValues.InfoBottom;
9160
9160
  let envUri = state.environment == 'PROD' ? 'ect' : 'test';
9161
- let baseUri = state.hasIdBack ? 'https://onmd.id-kyc.com/' : 'https://onro.id-kyc.com/';
9161
+ let baseUri = state.hasIdBack ? 'https://onmd.id-kyc.com/identification' : 'https://onro.id-kyc.com/identification';
9162
9162
  this.redirectLink = baseUri + envUri + '?redirectId=' + state.redirectId;
9163
9163
  if (state.phoneNumber != '') {
9164
9164
  this.contact = state.phoneNumber;