Skip to content

Commit 8d04d1e

Browse files
authored
Merge pull request #6513 from blockchain/feat/remove-exhcange-exclusion-staging
feat/remove-exchange-exclusion-staging: make staging go to v5
2 parents 8dcca65 + b5595fc commit 8d04d1e

File tree

1 file changed

+1
-18
lines changed
  • packages/blockchain-wallet-v4-frontend/src/scenes

1 file changed

+1
-18
lines changed

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

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -152,24 +152,7 @@ const excludedProduction = [
152152
]
153153

154154
const excludedStaging = [
155-
// '/#/authorize-approve',
156-
// '/deeplink',
157-
// '/exchange',
158-
// '/#/prove/instant-link/callback',
159-
// '/refer',
160-
// '/#/verify-email',
161-
// '/#/login?product=exchange',
162-
'/wallet-options-v4.json',
163-
// '/#/reset-two-factor'
164-
// '/#/open',
165-
'/login?product=wallet&platform=ios',
166-
'/login?product=wallet&platform=android',
167-
'/signup/product=exchange&platform=ios',
168-
'/signup/product=exchange&platform=android',
169-
'/#/login?product=wallet&platform=ios',
170-
'/#/login?product=wallet&platform=android',
171-
'/#/signup/product=exchange&platform=ios',
172-
'/#/signup/product=exchange&platform=android'
155+
'/wallet-options-v4.json'
173156
]
174157

175158
const App = ({

0 commit comments

Comments
 (0)