@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.js
CHANGED
|
@@ -7268,7 +7268,7 @@ function resolveStickyPhase(state) {
|
|
|
7268
7268
|
if (currentPhase.step === "manual-transfer" && !state.loginRequested) {
|
|
7269
7269
|
return currentPhase;
|
|
7270
7270
|
}
|
|
7271
|
-
if (currentPhase.step === "deposit-options" && !state.loginRequested) {
|
|
7271
|
+
if (currentPhase.step === "deposit-options" && !state.loginRequested && !state.privyAuthenticated) {
|
|
7272
7272
|
return currentPhase;
|
|
7273
7273
|
}
|
|
7274
7274
|
if (!state.loginRequested && state.setupFlowScreen === "one-tap-setup") {
|