Skip to content

Commit 3878537

Browse files
committed
feat(sofi): remove exclusion routing for sofi
1 parent 0e467ff commit 3878537

File tree

1 file changed

+2
-3
lines changed
  • packages/blockchain-wallet-v4-frontend/src/scenes

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const excludedStaging = [
149149
'/exchange',
150150
// '/prove/instant-link/callback',
151151
// '/refer',
152-
'/sofi',
152+
153153
// '/#/verify-email',
154154
'/#/login?product=exchange',
155155
'/wallet-options-v4.json',
@@ -163,8 +163,7 @@ const excludedStaging = [
163163
'/#/login?product=wallet&platform=ios',
164164
'/#/login?product=wallet&platform=android',
165165
'/#/signup/product=exchange&platform=ios',
166-
'/#/signup/product=exchange&platform=android',
167-
'/#/sofi'
166+
'/#/signup/product=exchange&platform=android'
168167
]
169168

170169
const App = ({

0 commit comments

Comments
 (0)