fixed missing fields (#1151)

This commit is contained in:
Erik Jan de Wit 2021-09-14 12:11:22 +02:00 committed by GitHub
parent 43b6efd820
commit 528d22ce30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ export const BruteForceDetection = ({
/>
</FormGroup>
{permanentLockout && (
{!permanentLockout && (
<>
<Time name="waitIncrement" />
<Time name="maxFailureWait" />