Skip to content

Commit

Permalink
Merge pull request #6518 from blockchain/feat/redirect-help-exchange
Browse files Browse the repository at this point in the history
feat(redirect-help-exchange): add redirect for help exchange page
  • Loading branch information
jhagerman-bc authored Nov 21, 2024
2 parents 8d04d1e + 517f35b commit c843d87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ const useFullPathForRedirect = [
'/#/login/',
'/wallet/forgot-password',
'/wallet/import-wallet',
'/#/signup'
'/#/signup',
'/#/help-exchange/',
'help-exchange'
]

const excludedProduction = [
Expand Down Expand Up @@ -151,9 +153,7 @@ const excludedProduction = [
// '/#/sofi'
]

const excludedStaging = [
'/wallet-options-v4.json'
]
const excludedStaging = ['/wallet-options-v4.json']

const App = ({
apiUrl,
Expand Down

0 comments on commit c843d87

Please sign in to comment.