summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/CloudCredentials.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/CloudCredentials.qml')
-rw-r--r--mobile-widgets/qml/CloudCredentials.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml
index 2ddd5a3d1..dd03c4d69 100644
--- a/mobile-widgets/qml/CloudCredentials.qml
+++ b/mobile-widgets/qml/CloudCredentials.qml
@@ -117,7 +117,7 @@ Item {
id: cancelpin
text: qsTr("Cancel")
onClicked: {
- manager.cancelCredentialsPinSetup()
+ prefs.cancelCredentialsPinSetup()
rootItem.returnTopPage()
}
}