@ekyc_qoobiss/qbs-ect-cmp 1.2.5 → 1.2.6
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.
- package/dist/cjs/agreement-check_17.cjs.entry.js +2 -2
- package/dist/collection/components/flow/mobile-redirect/mobile-redirect.js +2 -2
- package/dist/esm/agreement-check_17.entry.js +2 -2
- package/dist/qbs-ect-cmp/{p-319d9efd.entry.js → p-b406e636.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -9164,8 +9164,8 @@ const MobileRedirect = class {
|
|
|
9164
9164
|
this.infoTextTop = MobileRedirectValues.InfoTop;
|
|
9165
9165
|
this.infoTextBottom = MobileRedirectValues.InfoBottom;
|
|
9166
9166
|
let envUri = state.environment == 'PROD' ? 'ect' : 'test';
|
|
9167
|
-
let baseUri = state.hasIdBack ? 'https://onmd.id-kyc.com/
|
|
9168
|
-
this.redirectLink = baseUri + envUri + '?redirectId=' + state.redirectId;
|
|
9167
|
+
let baseUri = state.hasIdBack ? 'https://onmd.id-kyc.com/' : 'https://onro.id-kyc.com/';
|
|
9168
|
+
this.redirectLink = baseUri + envUri + '/identification?redirectId=' + state.redirectId;
|
|
9169
9169
|
if (state.phoneNumber != '') {
|
|
9170
9170
|
this.contact = state.phoneNumber;
|
|
9171
9171
|
this.prefilledPhone = true;
|
|
@@ -25,8 +25,8 @@ 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/
|
|
29
|
-
this.redirectLink = baseUri + envUri + '?redirectId=' + store.redirectId;
|
|
28
|
+
let baseUri = store.hasIdBack ? 'https://onmd.id-kyc.com/' : 'https://onro.id-kyc.com/';
|
|
29
|
+
this.redirectLink = baseUri + envUri + '/identification?redirectId=' + store.redirectId;
|
|
30
30
|
if (store.phoneNumber != '') {
|
|
31
31
|
this.contact = store.phoneNumber;
|
|
32
32
|
this.prefilledPhone = true;
|
|
@@ -9160,8 +9160,8 @@ const MobileRedirect = class {
|
|
|
9160
9160
|
this.infoTextTop = MobileRedirectValues.InfoTop;
|
|
9161
9161
|
this.infoTextBottom = MobileRedirectValues.InfoBottom;
|
|
9162
9162
|
let envUri = state.environment == 'PROD' ? 'ect' : 'test';
|
|
9163
|
-
let baseUri = state.hasIdBack ? 'https://onmd.id-kyc.com/
|
|
9164
|
-
this.redirectLink = baseUri + envUri + '?redirectId=' + state.redirectId;
|
|
9163
|
+
let baseUri = state.hasIdBack ? 'https://onmd.id-kyc.com/' : 'https://onro.id-kyc.com/';
|
|
9164
|
+
this.redirectLink = baseUri + envUri + '/identification?redirectId=' + state.redirectId;
|
|
9165
9165
|
if (state.phoneNumber != '') {
|
|
9166
9166
|
this.contact = state.phoneNumber;
|
|
9167
9167
|
this.prefilledPhone = true;
|