mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 19:42:37 +00:00
signedin page, client avatar
This commit is contained in:
@@ -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: "/",
|
||||
|
||||
Reference in New Issue
Block a user