mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix type error (#21667)
This commit is contained in:
parent
c0373cbe51
commit
239c69b747
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"Type": "com.apple.configuration.passcode.settings",
|
||||
"Identifier": "956e0d14-6019-479b-a6f9-a69ef77668c5",
|
||||
"Payload": {
|
||||
"MaximumFailedAttempts": "five",
|
||||
"MaximumFailedAttempts": 5,
|
||||
"MaximumInactivityInMinutes ": 5,
|
||||
"MinimumLength ": 12,
|
||||
"MinimumComplexCharacters": 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue