@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.cjs
CHANGED
|
@@ -4357,7 +4357,10 @@ function SwypePayment({
|
|
|
4357
4357
|
setStep("create-passkey");
|
|
4358
4358
|
return;
|
|
4359
4359
|
}
|
|
4360
|
-
|
|
4360
|
+
const isSetupRedirect = mobileSetupFlowRef.current;
|
|
4361
|
+
if (!isSetupRedirect) {
|
|
4362
|
+
setStep("processing");
|
|
4363
|
+
}
|
|
4361
4364
|
processingStartedAtRef.current = Date.now();
|
|
4362
4365
|
setError(null);
|
|
4363
4366
|
setCreatingTransfer(true);
|