From 0510472f3c4109cd272ac091c9ad28f2606f5df9 Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sun, 8 Oct 2023 02:56:33 -0400 Subject: [PATCH] iteration --- auth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.lua b/auth.lua index 9d93980..ae41c95 100644 --- a/auth.lua +++ b/auth.lua @@ -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