fixing auth

This commit is contained in:
metacryst
2025-11-18 08:01:32 -06:00
parent fa67271ae8
commit c240d43c40

View File

@@ -66,6 +66,7 @@ export default class AuthHandler {
sameSite: 'lax',
maxAge: 0, // expire immediately
path: '/',
domain: process.env.ENV === "production" ? "." + process.env.BASE_URL : undefined
});
res.redirect("/")