@swype-org/react-sdk 0.2.221 → 0.2.222
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7292,7 +7292,7 @@ function resolveStickyPhase(state) {
|
|
|
7292
7292
|
if (currentPhase.step === "manual-transfer" && !state.loginRequested) {
|
|
7293
7293
|
return currentPhase;
|
|
7294
7294
|
}
|
|
7295
|
-
if (currentPhase.step === "deposit-options" && !state.loginRequested) {
|
|
7295
|
+
if (currentPhase.step === "deposit-options" && !state.loginRequested && !state.privyAuthenticated) {
|
|
7296
7296
|
return currentPhase;
|
|
7297
7297
|
}
|
|
7298
7298
|
if (!state.loginRequested && state.setupFlowScreen === "one-tap-setup") {
|