куча говна
All checks were successful
Deploy / deploy (push) Successful in 44s

This commit is contained in:
Никита Круглицкий
2025-10-20 03:53:29 +06:00
parent f525d1afe5
commit ba12d413dc
2 changed files with 3 additions and 2 deletions

View File

@@ -70,8 +70,6 @@ export default function (fastify: FastifyInstance) {
const session = await auth.createSession(user.id, {})
const cookie = auth.createSessionCookie(session.id)
cookie.attributes.secure = false
reply.setCookie(cookie.name, cookie.value, cookie.attributes)
return {