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`; }} >