Fix(lang): update challenge lang on user lang change
This commit is contained in:
2
server/boot/react.js
vendored
2
server/boot/react.js
vendored
@@ -49,7 +49,7 @@ export default function reactSubRouter(app) {
|
||||
createApp({
|
||||
serviceOptions,
|
||||
location: req.originalUrl,
|
||||
initialState: { app: { languageTag: lang } }
|
||||
initialState: { app: { lang } }
|
||||
})
|
||||
// if react-router does not find a route send down the chain
|
||||
.filter(({ redirect, props }) => {
|
||||
|
Reference in New Issue
Block a user