update 2023-05-07 13:40:38

This commit is contained in:
github-actions[bot]
2023-05-07 13:40:38 +08:00
parent 0b0be71f3e
commit 81473b0bbd
2 changed files with 3 additions and 4 deletions

View File

@ -39,7 +39,7 @@ o.default = "0"
o.rmempty = false
o = s:option(Value, "token_expires_in", translate("Login Validity Period (hours)"))
o.datatype = "and(uinteger,min(0))"
o.datatype = "and(uinteger,min(1))"
o.default = "48"
o.rmempty = false