cleanup
This commit is contained in:
parent
503bb22ea3
commit
41ab137270
@ -51,7 +51,7 @@ router.post(
|
|||||||
res.status(401).json({ error: "Authentication failed" });
|
res.status(401).json({ error: "Authentication failed" });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log("Bearer token is correct!");
|
//console.log("Bearer token is correct!");
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Error during authentication:", error);
|
console.error("Error during authentication:", error);
|
||||||
|
Loading…
Reference in New Issue
Block a user