mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 09:49:20 +00:00
Allow default username on account creation with phone
This commit is contained in:
parent
b7843ada8b
commit
a0b77904a2
1 changed files with 2 additions and 3 deletions
|
|
@ -20,7 +20,6 @@ AssistantAbstractView {
|
|||
|
||||
mainAction: requestBlock.execute
|
||||
mainActionEnabled: phoneNumber.text.length
|
||||
&& username.text.length
|
||||
&& !phoneNumberError.length
|
||||
&& !usernameError.length
|
||||
&& !requestBlock.loading
|
||||
|
|
@ -76,8 +75,8 @@ AssistantAbstractView {
|
|||
|
||||
TextField {
|
||||
id: username
|
||||
|
||||
onTextChanged: assistantModel.username = text
|
||||
placeholderText: phoneNumber.text
|
||||
onTextChanged: assistantModel.username = text
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue