mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
feat: provide option to limit (T)OTP checks (#7693)
* feat: provide option to limit (T)OTP checks * fix requests in console * update errors pkg * cleanup * cleanup * improve naming of existing config
This commit is contained in:
@@ -1643,6 +1643,7 @@ func TestCommandSide_CheckPassword(t *testing.T) {
|
||||
},
|
||||
lockoutPolicy: &domain.LockoutPolicy{
|
||||
MaxPasswordAttempts: 1,
|
||||
MaxOTPAttempts: 1,
|
||||
},
|
||||
},
|
||||
res: res{
|
||||
|
Reference in New Issue
Block a user