diff options
Diffstat (limited to 'framework/qml/EditAccount.qml')
-rw-r--r-- | framework/qml/EditAccount.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml index df567e5a..68559d99 100644 --- a/framework/qml/EditAccount.qml +++ b/framework/qml/EditAccount.qml | |||
@@ -81,7 +81,10 @@ Item { | |||
81 | Kube.Button { | 81 | Kube.Button { |
82 | anchors.right: parent.right | 82 | anchors.right: parent.right |
83 | text: qsTr("Change Password") | 83 | text: qsTr("Change Password") |
84 | onClicked: Kube.Fabric.postMessage(Kube.Messages.requestLogin, {}) | 84 | onClicked: { |
85 | Kube.Fabric.postMessage(Kube.Messages.componentDone, {}) | ||
86 | Kube.Fabric.postMessage(Kube.Messages.requestLogin, {}) | ||
87 | } | ||
85 | } | 88 | } |
86 | } | 89 | } |
87 | 90 | ||