From 17435f56e528bdb116fbe75629e498daca316095 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 20:36:37 +0100 Subject: [PATCH] test --- src/Pages/Store/Calendar/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/Store/Calendar/index.js b/src/Pages/Store/Calendar/index.js index 525c90e..907404b 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -48,7 +48,7 @@ export default function StoreCalendar() { window.location.hostname } path=/;`; - document.cookie = `token=${getUserSessionFromLocalStorage()}; max-age=604800;`; + document.cookie = `token=${getUserSessionFromLocalStorage()}; max-age=604800; path=/;`; window.location.href = `${Constants.API_ADDRESS}/calendar/auth/google`; }}