mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-07 14:53:38 +00:00
make default passcode blank
This commit is contained in:
@@ -16,7 +16,7 @@ exports.config = {
|
||||
key: "passcode",
|
||||
label: "Pass",
|
||||
type: "textinput",
|
||||
value: "5353",
|
||||
value: "",
|
||||
action: function(device){
|
||||
device.send('/workspaces');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user