login attempts

This commit is contained in:
jackiettran
2025-12-28 12:43:10 -05:00
parent 2e18137b5b
commit e153614993
2 changed files with 2 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ router.post(
if (user.isLocked()) {
return res.status(423).json({
error:
"Account is temporarily locked due to too many failed login attempts. Please try again later.",
"Account is temporarily locked due to too many failed login attempts. Please try again in 2 hours.",
});
}