Fix can-change-password check
This commit is contained in:
@@ -70,7 +70,7 @@ Kirigami.ScrollablePage {
|
|||||||
Controls.TextField {
|
Controls.TextField {
|
||||||
id: currentPassword
|
id: currentPassword
|
||||||
Kirigami.FormData.label: i18n("Current Password:")
|
Kirigami.FormData.label: i18n("Current Password:")
|
||||||
enabled: roto.connection !== undefined && root.connection.canChangePassword !== false
|
enabled: root.connection !== undefined && root.connection.canChangePassword !== false
|
||||||
echoMode: TextInput.Password
|
echoMode: TextInput.Password
|
||||||
}
|
}
|
||||||
Controls.TextField {
|
Controls.TextField {
|
||||||
|
|||||||
Reference in New Issue
Block a user