test
parent
ad1748d4c3
commit
f5085a49b2
|
@ -48,6 +48,8 @@ export default function StoreCalendar() {
|
||||||
window.location.hostname
|
window.location.hostname
|
||||||
} path=/;`;
|
} path=/;`;
|
||||||
|
|
||||||
|
document.cookie = `token=${getUserSessionFromLocalStorage()}; max-age=604800;`;
|
||||||
|
|
||||||
window.location.href = `${Constants.API_ADDRESS}/calendar/auth/google`;
|
window.location.href = `${Constants.API_ADDRESS}/calendar/auth/google`;
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue