Skip to content

Commit

Permalink
Merge pull request #6487 from blockchain/feat/update-exclusions-exchange
Browse files Browse the repository at this point in the history
feat/update-exclusions-exchange: added suspected exchange routes
  • Loading branch information
jhagerman-bc authored Oct 22, 2024
2 parents 46a87dd + 8d22d7a commit 77ae67b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,11 @@ const excludedProduction = [
'/wallet-options-v4.json',
'/#/prove',
'/#/reset-two-factor',
'/#/open'
'/#/open',
'/login?product=wallet&platform=ios',
'/login?product=wallet&platform=android',
'/signup/product=exchange&platform=ios',
'/signup/product=exchange&platform=android'
]

const excludedStaging = [
Expand All @@ -141,9 +145,13 @@ const excludedStaging = [
// '/#/verify-email',
'/#/login?product=exchange',
'/wallet-options-v4.json',
'/#/prove'
'/#/prove',
// '/#/reset-two-factor'
// '/#/open'
// '/#/open',
'/login?product=wallet&platform=ios',
'/login?product=wallet&platform=android',
'/signup/product=exchange&platform=ios',
'/signup/product=exchange&platform=android'
]

const App = ({
Expand Down

0 comments on commit 77ae67b

Please sign in to comment.