From 82191501b443482d362c8ccbc3cfe40bab4e3c8e Mon Sep 17 00:00:00 2001 From: John Hagerman Date: Tue, 29 Oct 2024 17:44:39 -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 3bbbc9d631..9239523e32 100644 --- a/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx +++ b/packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx @@ -120,7 +120,8 @@ const useFullPathForRedirect = [ '/auth', '/#/auth', '/#/sofi', - '/#/login/' + '/#/login/', + '/wallet/forgot-password' ] const excludedProduction = [