Fix error on connect for wired networks due to
invalid 'password' property (bug introduced by
commit
d0350d3b30f53bbee53fcea6563b7f20505c1b2c).
Bug-AGL: SPEC-2632
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I4a07f1c5500e5c3b26cacf803ce3cdd2676517b9
} else {
console.log("Connecting to ->", service)
networkNameText.font.italic = 1
- password.text = ''
network.connect(service)
}
}
Connections {
target: network
onInputRequest: {
- console.log("Only unatheunticated access implemented for (", service, ")")
+ console.log("Only unauthenticated access implemented for wired")
}
}