Skip to content

Commit

Permalink
fix/wallet-forgot-password: added handler for special routes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhagerman-bc committed Oct 29, 2024
1 parent 8219150 commit d75a011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ const useFullPathForRedirect = [
'/#/auth',
'/#/sofi',
'/#/login/',
'/wallet/forgot-password'
'/wallet/forgot-password',
'/wallet/import-wallet'
]

const excludedProduction = [
Expand Down

0 comments on commit d75a011

Please sign in to comment.