no debil no

This commit is contained in:
slawk0
2025-01-31 19:51:28 +01:00
parent f93d00533f
commit 6804bc096e
3 changed files with 0 additions and 26 deletions

View File

@@ -136,8 +136,6 @@ app.post("/api/auth/signup", async (req, res) => {
const token = generateJwtToken(username, user_id);
res.cookie("token", token, {
maxAge: 30 * 24 * 60 * 60 * 1000, // 30 days
httpOnly: true,
// secure: true,
});
return res.status(200).json({