@swype-org/react-sdk 0.1.46 → 0.1.47
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 +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4354,7 +4354,10 @@ function SwypePayment({
|
|
|
4354
4354
|
setStep("create-passkey");
|
|
4355
4355
|
return;
|
|
4356
4356
|
}
|
|
4357
|
-
|
|
4357
|
+
const isSetupRedirect = mobileSetupFlowRef.current;
|
|
4358
|
+
if (!isSetupRedirect) {
|
|
4359
|
+
setStep("processing");
|
|
4360
|
+
}
|
|
4358
4361
|
processingStartedAtRef.current = Date.now();
|
|
4359
4362
|
setError(null);
|
|
4360
4363
|
setCreatingTransfer(true);
|