We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03349b5 commit 7c16a5cCopy full SHA for 7c16a5c
packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
@@ -234,6 +234,7 @@ const App = ({
234
'[ROUTING_DEBUG]: User has opted out of v5, and their opt out date is after the threshold, staying on v4'
235
)
236
setDynamicRoutingState(false)
237
+ return
238
} else {
239
const redirectUrl = removeHash(fullPath)
240
if (optOut) localStorage.removeItem('opt_out_wallet_v5_ui') // go ahead remove opt_out key
@@ -251,6 +252,8 @@ const App = ({
251
252
console.log('xx', window?.WALLET_V5_LINK, 'not using full path for redirect')
253
window.location.href = window?.WALLET_V5_LINK
254
}
255
+
256
257
258
}, [])
259
0 commit comments