diff options
Diffstat (limited to 'framework/qml/LoginAccount.qml')
-rw-r--r-- | framework/qml/LoginAccount.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/LoginAccount.qml b/framework/qml/LoginAccount.qml index 78558701..f1289dc4 100644 --- a/framework/qml/LoginAccount.qml +++ b/framework/qml/LoginAccount.qml | |||
@@ -29,7 +29,7 @@ Item { | |||
29 | 29 | ||
30 | function login() { | 30 | function login() { |
31 | loader.item.login() | 31 | loader.item.login() |
32 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"accountId": loader.item.accountIdentifier}); | 32 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"accountId": loader.item.accountId}); |
33 | root.done() | 33 | root.done() |
34 | } | 34 | } |
35 | 35 | ||