Skip to content

Commit

Permalink
Merge pull request #6513 from blockchain/feat/remove-exhcange-exclusi…
Browse files Browse the repository at this point in the history
…on-staging

feat/remove-exchange-exclusion-staging: make staging go to v5
  • Loading branch information
jhagerman-bc authored Nov 6, 2024
2 parents 8dcca65 + b5595fc commit 8d04d1e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,24 +152,7 @@ const excludedProduction = [
]

const excludedStaging = [
// '/#/authorize-approve',
// '/deeplink',
// '/exchange',
// '/#/prove/instant-link/callback',
// '/refer',
// '/#/verify-email',
// '/#/login?product=exchange',
'/wallet-options-v4.json',
// '/#/reset-two-factor'
// '/#/open',
'/login?product=wallet&platform=ios',
'/login?product=wallet&platform=android',
'/signup/product=exchange&platform=ios',
'/signup/product=exchange&platform=android',
'/#/login?product=wallet&platform=ios',
'/#/login?product=wallet&platform=android',
'/#/signup/product=exchange&platform=ios',
'/#/signup/product=exchange&platform=android'
'/wallet-options-v4.json'
]

const App = ({
Expand Down

0 comments on commit 8d04d1e

Please sign in to comment.