iteration

This commit is contained in:
Layla 2023-10-08 02:55:56 -04:00
parent 97f0f5529a
commit ca1af05b1e

View File

@ -84,6 +84,13 @@ if action == "login" then
return
end
if action == "logout" then
settings.set("auth.token", "")
settings.save()
io.write("Logged out\n")
return
end
if action == "register" then
io.write("Username: ")
local username = io.read()