change protocol

This commit is contained in:
smanylov
2025-12-04 15:48:12 +07:00
parent b42aea1a54
commit f01847e75d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export async function createSession(token: string, email: string) {
cookieStore.set('session', session, {
httpOnly: true,
secure: true,
secure: false,
expires: expiresAt,
sameSite: 'lax',
path: '/',