We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d04d1e + 517f35b commit c843d87Copy full SHA for c843d87
packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
@@ -123,7 +123,9 @@ const useFullPathForRedirect = [
123
'/#/login/',
124
'/wallet/forgot-password',
125
'/wallet/import-wallet',
126
- '/#/signup'
+ '/#/signup',
127
+ '/#/help-exchange/',
128
+ 'help-exchange'
129
]
130
131
const excludedProduction = [
@@ -151,9 +153,7 @@ const excludedProduction = [
151
153
// '/#/sofi'
152
154
155
-const excludedStaging = [
- '/wallet-options-v4.json'
156
-]
+const excludedStaging = ['/wallet-options-v4.json']
157
158
const App = ({
159
apiUrl,
0 commit comments