@ekyc_qoobiss/qbs-ect-cmp 1.2.6 → 1.2.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.
- package/dist/cjs/agreement-check_17.cjs.entry.js +1 -0
- package/dist/collection/components/flow/sms-code-validation/sms-code-validation.js +1 -0
- package/dist/esm/agreement-check_17.entry.js +1 -0
- package/dist/qbs-ect-cmp/{p-b406e636.entry.js → p-b490e98d.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -9401,6 +9401,7 @@ const SmsCodeValidation = class {
|
|
|
9401
9401
|
if (state.phoneNumber != '') {
|
|
9402
9402
|
this.phoneNumber = state.phoneNumber;
|
|
9403
9403
|
this.prefilledPhone = true;
|
|
9404
|
+
this.canSend = true;
|
|
9404
9405
|
}
|
|
9405
9406
|
}
|
|
9406
9407
|
if (state.flowStatus == FlowStatus.CODE || state.flowStatus == FlowStatus.CODEERROR) {
|
|
@@ -44,6 +44,7 @@ export class SmsCodeValidation {
|
|
|
44
44
|
if (store.phoneNumber != '') {
|
|
45
45
|
this.phoneNumber = store.phoneNumber;
|
|
46
46
|
this.prefilledPhone = true;
|
|
47
|
+
this.canSend = true;
|
|
47
48
|
}
|
|
48
49
|
}
|
|
49
50
|
if (store.flowStatus == FlowStatus.CODE || store.flowStatus == FlowStatus.CODEERROR) {
|
|
@@ -9397,6 +9397,7 @@ const SmsCodeValidation = class {
|
|
|
9397
9397
|
if (state.phoneNumber != '') {
|
|
9398
9398
|
this.phoneNumber = state.phoneNumber;
|
|
9399
9399
|
this.prefilledPhone = true;
|
|
9400
|
+
this.canSend = true;
|
|
9400
9401
|
}
|
|
9401
9402
|
}
|
|
9402
9403
|
if (state.flowStatus == FlowStatus.CODE || state.flowStatus == FlowStatus.CODEERROR) {
|