Skip to content

Commit 39baac4

Browse files
authored
Merge pull request #6512 from blockchain/fix/exchange-signup-mobile
fix/exchange-signup-mobile: fixed routes exclusions
2 parents d607b66 + b8a9700 commit 39baac4

File tree

1 file changed

+4
-3
lines changed
  • packages/blockchain-wallet-v4-frontend/src/scenes

1 file changed

+4
-3
lines changed

packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ const useFullPathForRedirect = [
122122
'/#/sofi',
123123
'/#/login/',
124124
'/wallet/forgot-password',
125-
'/wallet/import-wallet'
125+
'/wallet/import-wallet',
126+
'/#/signup'
126127
]
127128

128129
const excludedProduction = [
@@ -144,9 +145,9 @@ const excludedProduction = [
144145
'/signup/product=exchange&platform=android',
145146
'/#/login?product=wallet&platform=ios',
146147
'/#/login?product=wallet&platform=android',
147-
'/#/signup/product=exchange&platform=ios',
148+
'/#/signup?product=exchange&platform=ios',
148149
'/#/login/',
149-
'/#/signup/product=exchange&platform=android'
150+
'/#/signup?product=exchange&platform=android'
150151
// '/#/sofi'
151152
]
152153

0 commit comments

Comments
 (0)