Changed script paths of cookie and axios and changes in order details and orders

This commit is contained in:
2023-04-20 16:19:52 +05:30
parent c014fd0b61
commit 5e690bc062
27 changed files with 101 additions and 125 deletions
+1
View File
@@ -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);