defect fix for language and login - crm precedence then current session
This commit is contained in:
@@ -40,8 +40,7 @@ const PersonalDetailsComplete = (props) => {
|
||||
|
||||
console.log("=============== pref lang", prefLang);
|
||||
setCookie(null, "pedw_locale", userLang, {
|
||||
path: "/",
|
||||
maxAge: 60 * 60 * 24 * 365
|
||||
path: "/"
|
||||
});
|
||||
|
||||
console.log("Set cookie to:", userLang);
|
||||
|
||||
Reference in New Issue
Block a user