Compare commits
2 Commits
b8e48f7945
...
1cc94f4d5f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cc94f4d5f | ||
|
|
c240d43c40 |
@@ -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