@ -165,7 +165,7 @@ const loginLimiter = rateLimit({
// Benutzer Login
app.post("/api/login", async (req, res) => {
app.post("/api/login", loginLimiter, async (req, res) => {
const { username, password } = req.body;
if (!username || !password) {
The note is not visible to the blocked user.