mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: updated failed password attempt limit for captcha
This commit is contained in:
@@ -203,7 +203,7 @@ export const authLoginServiceFactory = ({
|
||||
|
||||
if (
|
||||
user.consecutiveFailedPasswordAttempts &&
|
||||
user.consecutiveFailedPasswordAttempts > 10 &&
|
||||
user.consecutiveFailedPasswordAttempts >= 10 &&
|
||||
appCfg.CAPTCHA_ENABLED
|
||||
) {
|
||||
if (!captchaToken) {
|
||||
|
||||
Reference in New Issue
Block a user