Skip to content

Commit

Permalink
feat/remove-exhcange-exclusion-staging: make staging go to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jhagerman-bc committed Nov 5, 2024
1 parent b8a9700 commit 9d20b1d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,22 +154,22 @@ const excludedProduction = [
const excludedStaging = [
// '/#/authorize-approve',
// '/deeplink',
'/exchange',
// '/exchange',
// '/#/prove/instant-link/callback',
// '/refer',
// '/#/verify-email',
'/#/login?product=exchange',
'/wallet-options-v4.json',
// '/#/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'
// '/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'
]

const App = ({
Expand Down

0 comments on commit 9d20b1d

Please sign in to comment.