master
alex 2024-01-14 20:34:53 +01:00
parent ad1748d4c3
commit f5085a49b2
1 changed files with 2 additions and 0 deletions

View File

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