Skip to content

Commit

Permalink
Merge pull request #6512 from blockchain/fix/exchange-signup-mobile
Browse files Browse the repository at this point in the history
fix/exchange-signup-mobile: fixed routes exclusions
  • Loading branch information
jhagerman-bc authored Nov 5, 2024
2 parents d607b66 + b8a9700 commit 39baac4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ const useFullPathForRedirect = [
'/#/sofi',
'/#/login/',
'/wallet/forgot-password',
'/wallet/import-wallet'
'/wallet/import-wallet',
'/#/signup'
]

const excludedProduction = [
Expand All @@ -144,9 +145,9 @@ const excludedProduction = [
'/signup/product=exchange&platform=android',
'/#/login?product=wallet&platform=ios',
'/#/login?product=wallet&platform=android',
'/#/signup/product=exchange&platform=ios',
'/#/signup?product=exchange&platform=ios',
'/#/login/',
'/#/signup/product=exchange&platform=android'
'/#/signup?product=exchange&platform=android'
// '/#/sofi'
]

Expand Down

0 comments on commit 39baac4

Please sign in to comment.