signedin page, client avatar

This commit is contained in:
Max Peintner
2023-05-19 13:02:09 +02:00
parent d08abbfaa9
commit 7ba6e0f099
6 changed files with 92 additions and 51 deletions

View File

@@ -88,7 +88,7 @@ export async function removeSessionFromCookie(
// @ts-ignore
return cookiesList.set({
name: "sessions",
name: "__Secure-sessions",
value: JSON.stringify(filteredSessions),
httpOnly: true,
path: "/",