fixing auth
This commit is contained in:
@@ -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("/")
|
||||
|
||||
Reference in New Issue
Block a user