feat: i18n fix

This commit is contained in:
Andres 2023-10-19 13:18:38 +02:00
parent d19bf07382
commit 3d67022b38
12 changed files with 25 additions and 31 deletions

View file

@ -9,7 +9,7 @@ const loginLimiter = rateLimit({
max: Number(process.env.ZT_TRIES_TO_BAN) || 50, // limit each IP to 50 requests per windowMs
message: {
status: 429,
error: "tooManyAttemps",
error: "tooManyAttempts",
},
});