diff options
-rw-r--r-- | app/wired/Wired.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/wired/Wired.qml b/app/wired/Wired.qml index 7632cc6..a200824 100644 --- a/app/wired/Wired.qml +++ b/app/wired/Wired.qml @@ -60,7 +60,6 @@ SettingPage { } else { console.log("Connecting to ->", service) networkNameText.font.italic = 1 - password.text = '' network.connect(service) } } @@ -87,7 +86,7 @@ SettingPage { Connections { target: network onInputRequest: { - console.log("Only unatheunticated access implemented for (", service, ")") + console.log("Only unauthenticated access implemented for wired") } } |