test
parent
ad1748d4c3
commit
f5085a49b2
|
@ -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`;
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue