iteration

This commit is contained in:
Layla 2023-10-08 02:56:33 -04:00
parent ca1af05b1e
commit 0510472f3c

View File

@ -85,7 +85,7 @@ if action == "login" then
end
if action == "logout" then
settings.set("auth.token", "")
settings.set("auth.token", nil)
settings.save()
io.write("Logged out\n")
return