mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 04:51:44 -07:00
feat: i18n fix
This commit is contained in:
parent
d19bf07382
commit
3d67022b38
12 changed files with 25 additions and 31 deletions
|
@ -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",
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue