From d9b553246912730b5426f89628c9be098e4a63b7 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 20:32:36 +0100 Subject: [PATCH] url --- 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 65828d0..57c33db 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -47,6 +47,8 @@ export default function StoreCalendar() { document.cookie = `session=${getUserSessionFromLocalStorage()}; expires=${date.toUTCString()}; domain=${ window.location.hostname } path=/;`; + + window.location.href = `${Constants.API_ADDRESS}/calendar/auth/google`; }} > LOGIN with GOOGLE