14 lines
219 B
Lua
14 lines
219 B
Lua
return {
|
|
name = "fail-once-auth",
|
|
fields = {
|
|
{
|
|
config = {
|
|
type = "record",
|
|
fields = {
|
|
{ message = { type = "string", default = "try again!" } },
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|