feat(login): 调整默认登录失败次数为0次,不进行校验

This commit is contained in:
曾文豪
2025-03-07 14:16:19 +08:00
parent f8d7e49290
commit 48a9d46d20

View File

@@ -68,7 +68,7 @@ public interface TsLoginConfigurer {
/**
* 获取登录失败的次数,默认5次
* 获取登录失败的次数,默认0次不校验
*
* @return
*/