fix(Assistant): do not check username on use linphone account

This commit is contained in:
Ronan Abhamon 2017-06-15 15:26:22 +02:00
parent 6071cba500
commit 93f91b42e1

View file

@ -83,12 +83,6 @@ AssistantAbstractView {
}
}
onUsernameChanged: {
if (checkBox.checked) {
loader.item.usernameError = error
}
}
onLoginStatusChanged: {
requestBlock.stop(error)
if (!error.length) {