diff --git a/src/qml/Settings/AccountEditorPage.qml b/src/qml/Settings/AccountEditorPage.qml index bf7661846..5bb4c3493 100644 --- a/src/qml/Settings/AccountEditorPage.qml +++ b/src/qml/Settings/AccountEditorPage.qml @@ -70,7 +70,7 @@ Kirigami.ScrollablePage { Controls.TextField { id: currentPassword 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 } Controls.TextField {