make default passcode blank

This commit is contained in:
sparks-alec
2022-12-10 23:34:16 -05:00
parent a5fa08ccfa
commit a1877873b2
+1 -1
View File
@@ -16,7 +16,7 @@ exports.config = {
key: "passcode",
label: "Pass",
type: "textinput",
value: "5353",
value: "",
action: function(device){
device.send('/workspaces');
}