Skip to content

Commit

Permalink
Merge pull request blockchain#6492 from blockchain/feat/sofi
Browse files Browse the repository at this point in the history
feat(sofi): remove exclusion routing for sofi
  • Loading branch information
jhagerman-bc authored Oct 23, 2024
2 parents 0e467ff + 3878537 commit 558a03d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const excludedStaging = [
'/exchange',
// '/prove/instant-link/callback',
// '/refer',
'/sofi',

// '/#/verify-email',
'/#/login?product=exchange',
'/wallet-options-v4.json',
Expand All @@ -163,8 +163,7 @@ const excludedStaging = [
'/#/login?product=wallet&platform=ios',
'/#/login?product=wallet&platform=android',
'/#/signup/product=exchange&platform=ios',
'/#/signup/product=exchange&platform=android',
'/#/sofi'
'/#/signup/product=exchange&platform=android'
]

const App = ({
Expand Down

0 comments on commit 558a03d

Please sign in to comment.