File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/blockchain-wallet-v4-frontend/src/scenes Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,8 @@ const useFullPathForRedirect = [
122122 '/#/sofi' ,
123123 '/#/login/' ,
124124 '/wallet/forgot-password' ,
125- '/wallet/import-wallet'
125+ '/wallet/import-wallet' ,
126+ '/#/signup'
126127]
127128
128129const excludedProduction = [
@@ -144,9 +145,9 @@ const excludedProduction = [
144145 '/signup/product=exchange&platform=android' ,
145146 '/#/login?product=wallet&platform=ios' ,
146147 '/#/login?product=wallet&platform=android' ,
147- '/#/signup/ product=exchange&platform=ios' ,
148+ '/#/signup? product=exchange&platform=ios' ,
148149 '/#/login/' ,
149- '/#/signup/ product=exchange&platform=android'
150+ '/#/signup? product=exchange&platform=android'
150151 // '/#/sofi'
151152]
152153
You can’t perform that action at this time.
0 commit comments