fixed missing fields (#1151)
This commit is contained in:
parent
43b6efd820
commit
528d22ce30
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export const BruteForceDetection = ({
|
|||
/>
|
||||
</FormGroup>
|
||||
|
||||
{permanentLockout && (
|
||||
{!permanentLockout && (
|
||||
<>
|
||||
<Time name="waitIncrement" />
|
||||
<Time name="maxFailureWait" />
|
||||
|
|
Loading…
Reference in a new issue