Files
2026-07-13 12:32:21 +08:00

14 lines
219 B
Lua

return {
name = "fail-once-auth",
fields = {
{
config = {
type = "record",
fields = {
{ message = { type = "string", default = "try again!" } },
},
},
},
},
}