master
alex 2024-01-14 20:36:37 +01:00
parent f5085a49b2
commit 17435f56e5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export default function StoreCalendar() {
window.location.hostname window.location.hostname
} path=/;`; } path=/;`;
document.cookie = `token=${getUserSessionFromLocalStorage()}; max-age=604800;`; document.cookie = `token=${getUserSessionFromLocalStorage()}; max-age=604800; path=/;`;
window.location.href = `${Constants.API_ADDRESS}/calendar/auth/google`; window.location.href = `${Constants.API_ADDRESS}/calendar/auth/google`;
}} }}