mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
hide second error text for password
This commit is contained in:
parent
67c80b8aff
commit
c324b09aae
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ LoginLayout {
|
|||
//: "Confirmation mot de passe"
|
||||
label: qsTr("assistant_account_register_password_confirmation")
|
||||
mandatory: true
|
||||
enableErrorText: true
|
||||
enableErrorText: false
|
||||
contentItem: TextField {
|
||||
id: confirmPwdInput
|
||||
hidden: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue