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 81d4123 commit 8219150
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 @@ -120,7 +120,8 @@ const useFullPathForRedirect = [
'/auth',
'/#/auth',
'/#/sofi',
'/#/login/'
'/#/login/',
'/wallet/forgot-password'
]

const excludedProduction = [
Expand Down

0 comments on commit 8219150

Please sign in to comment.