diff --git a/sys/apps/system/cloud.lua b/sys/apps/system/cloud.lua index 221c828..66078f6 100644 --- a/sys/apps/system/cloud.lua +++ b/sys/apps/system/cloud.lua @@ -42,7 +42,7 @@ To obtain a key, visit: function tab:eventHandler(event) if event.type == 'update_key' then - if #self.key.value > 0 then + if self.key.value then config.key = self.key.value else config.key = nil