From 93f91b42e1277b7c98672aad094533c808d024fe Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 15 Jun 2017 15:26:22 +0200 Subject: [PATCH] fix(Assistant): do not check username on use linphone account --- ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml b/ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml index 386695e8f..aa38ec928 100644 --- a/ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml +++ b/ui/views/App/Main/Assistant/UseLinphoneSipAccount.qml @@ -83,12 +83,6 @@ AssistantAbstractView { } } - onUsernameChanged: { - if (checkBox.checked) { - loader.item.usernameError = error - } - } - onLoginStatusChanged: { requestBlock.stop(error) if (!error.length) {