From d75a011968a3d3bb9c293c4bd1fc2cf75c658a93 Mon Sep 17 00:00:00 2001 From: John Hagerman Date: Tue, 29 Oct 2024 17:46:11 -0400 Subject: [PATCH] fix/wallet-forgot-password: added handler for special routes --- packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx b/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx index 9239523e32..24ed35fda9 100644 --- a/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx +++ b/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx @@ -121,7 +121,8 @@ const useFullPathForRedirect = [ '/#/auth', '/#/sofi', '/#/login/', - '/wallet/forgot-password' + '/wallet/forgot-password', + '/wallet/import-wallet' ] const excludedProduction = [