mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 06:08:07 +00:00
fix(Assistant): do not check username on use linphone account
This commit is contained in:
parent
6071cba500
commit
93f91b42e1
1 changed files with 0 additions and 6 deletions
|
|
@ -83,12 +83,6 @@ AssistantAbstractView {
|
|||
}
|
||||
}
|
||||
|
||||
onUsernameChanged: {
|
||||
if (checkBox.checked) {
|
||||
loader.item.usernameError = error
|
||||
}
|
||||
}
|
||||
|
||||
onLoginStatusChanged: {
|
||||
requestBlock.stop(error)
|
||||
if (!error.length) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue