Skip to content

Commit 64c1481

Browse files
authored
Merge pull request #6506 from blockchain/fix/wallet-forgot-password
fix/wallet-forgot-password: added handler for special routes
2 parents 2c6b927 + d75a011 commit 64c1481

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ const useFullPathForRedirect = [
120120
'/auth',
121121
'/#/auth',
122122
'/#/sofi',
123-
'/#/login/'
123+
'/#/login/',
124+
'/wallet/forgot-password',
125+
'/wallet/import-wallet'
124126
]
125127

126128
const excludedProduction = [

0 commit comments

Comments
 (0)