url
parent
f5509b573a
commit
d9b5532469
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue