diff options
Diffstat (limited to 'pages/Profile.qml')
-rw-r--r-- | pages/Profile.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Profile.qml b/pages/Profile.qml index 89dd09e..46dd468 100644 --- a/pages/Profile.qml +++ b/pages/Profile.qml @@ -6,7 +6,7 @@ CreateProfileForm { height: stackView.height backButton.onClicked: stackView.pop() skipButton.onClicked: { - login.search(User.name) + login.ticketSearch(User.name) stackView.push("qrc:/pages/Home.qml") } enterFullName.text: User.realName |