fixed bug with hmac still being used for connecting in coordinator configurator after clearing key

This commit is contained in:
Mikayla Fischler
2024-02-22 19:25:55 -05:00
parent 0b0051dc2f
commit f207a950e4
3 changed files with 7 additions and 2 deletions

View File

@@ -469,7 +469,7 @@ local function config_view(display)
key_err.hide(true)
-- init mac for supervisor connection
if string.len(v) >= 8 then network.init_mac(tmp_cfg.AuthKey) end
if string.len(v) >= 8 then network.init_mac(tmp_cfg.AuthKey) else network.deinit_mac() end
main_pane.set_value(3)