Development

This commit is contained in:
Matthew Grotke 2026-06-07 01:43:04 -04:00
parent 2bb876ed97
commit c01e240bd7
2 changed files with 9 additions and 9 deletions

View file

@ -160,8 +160,9 @@
"label": "Valid For",
"name": "valid_for_value",
"input_type": "number",
"min": 1,
"hint": "How long this credential is valid after creation. Leave blank for no expiry."
"min": 0,
"value": "0",
"hint": "How long this credential is valid after creation. 0 = no expiration."
},
{
"type": "field",
@ -169,9 +170,8 @@
"name": "valid_for_unit",
"input_type": "select",
"options": [
{"value": "never", "label": "Never (no expiry)"},
{"value": "hours", "label": "Hours"},
{"value": "days", "label": "Days"}
{"value": "hours", "label": "Hours"},
{"value": "days", "label": "Days"}
]
}
]