iteration

This commit is contained in:
Layla 2023-10-08 05:12:55 -04:00
parent f17190bbc9
commit 729a6a211d

View File

@ -86,6 +86,7 @@ while true do
}
local user_count = countElements(data.users)
log(user_count .. " users registered")
if user_count == 1 then
data.users[request.username].groups = {
["admin"] = true