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