From d1137017d4a94d8c2f2def84fed7d027bd4c7b00 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 24 Jan 2018 11:34:08 +0100 Subject: Fixed synchronize call --- framework/qml/EditAccount.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml/EditAccount.qml') diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml index c08e0c26..1bf3b917 100644 --- a/framework/qml/EditAccount.qml +++ b/framework/qml/EditAccount.qml @@ -89,7 +89,7 @@ Item { text: qsTr("Change Password") onClicked: { Kube.Fabric.postMessage(Kube.Messages.componentDone, {}) - Kube.Fabric.postMessage(Kube.Messages.requestLogin, {"accountId": loader.item.accountId}) + Kube.Fabric.postMessage(Kube.Messages.requestLogin, {accountId: loader.item.accountId}) } } } -- cgit v1.2.3