Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit d2edc2c

Browse files
authored
Merge pull request #6503 from blockchain/feat/exchange-route-exclusion
feat/exchange-route-exclusion: add exchange path
2 parents 17ae1a8 + db728dc commit d2edc2c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • packages/blockchain-wallet-v4-frontend/src/scenes

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ const useFullPathForRedirect = [
117117
'/import-wallet',
118118
'/auth',
119119
'/#/auth',
120-
'/#/sofi'
120+
'/#/sofi',
121+
'/#/login/'
121122
]
122123

123124
const excludedProduction = [
@@ -140,8 +141,10 @@ const excludedProduction = [
140141
'/#/login?product=wallet&platform=ios',
141142
'/#/login?product=wallet&platform=android',
142143
'/#/signup/product=exchange&platform=ios',
143-
'/#/signup/product=exchange&platform=android'
144+
'/#/login/',
145+
'/#/signup/product=exchange&platform=android',
144146
// '/#/sofi'
147+
145148
]
146149

147150
const excludedStaging = [

0 commit comments

Comments
 (0)