@pelcro/react-pelcro-js 3.18.0-beta.1 → 3.18.0
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/index.cjs.js +0 -1
- package/dist/index.esm.js +0 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -30163,7 +30163,6 @@ const EmailVerifyModal = _ref => {
|
|
|
30163
30163
|
switchToAddressView,
|
|
30164
30164
|
switchToPaymentView
|
|
30165
30165
|
} = usePelcro();
|
|
30166
|
-
console.log("verify email");
|
|
30167
30166
|
const onSuccess = res => {
|
|
30168
30167
|
var _otherProps$onSuccess;
|
|
30169
30168
|
(_otherProps$onSuccess = otherProps.onSuccess) === null || _otherProps$onSuccess === void 0 ? void 0 : _otherProps$onSuccess.call(otherProps, res);
|
package/dist/index.esm.js
CHANGED
|
@@ -30133,7 +30133,6 @@ const EmailVerifyModal = _ref => {
|
|
|
30133
30133
|
switchToAddressView,
|
|
30134
30134
|
switchToPaymentView
|
|
30135
30135
|
} = usePelcro();
|
|
30136
|
-
console.log("verify email");
|
|
30137
30136
|
const onSuccess = res => {
|
|
30138
30137
|
var _otherProps$onSuccess;
|
|
30139
30138
|
(_otherProps$onSuccess = otherProps.onSuccess) === null || _otherProps$onSuccess === void 0 ? void 0 : _otherProps$onSuccess.call(otherProps, res);
|