Changed script paths of cookie and axios and changes in order details and orders
This commit is contained in:
Vendored
+1
@@ -237,6 +237,7 @@ function initLogin() {
|
||||
COOKIE_HELPER_ACTIONS.setCookie({
|
||||
token: res.data.result.sessionId,
|
||||
userid: res.data.result.userId,
|
||||
...res.data.result
|
||||
});
|
||||
// setInitLoginLocal();
|
||||
window.localStorage.setItem("Useremail", userEmail);
|
||||
|
||||
Reference in New Issue
Block a user