iteration

This commit is contained in:
2023-10-08 02:36:02 -04:00
parent 1f180d0627
commit 22743c248c
2 changed files with 15 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ if action == "login" then
end
settings.set("auth.token", token)
settings.save()
io.write("Logged in as " .. username .. "\n")
return
end