This commit is contained in:
Hendrik Schutter 2025-01-05 22:10:44 +01:00
parent 503bb22ea3
commit 41ab137270

View File

@ -51,7 +51,7 @@ router.post(
res.status(401).json({ error: "Authentication failed" });
return;
}
console.log("Bearer token is correct!");
//console.log("Bearer token is correct!");
} catch (error) {
console.error("Error during authentication:", error);