From df4c591dacfbbc21ad3fce280dad6ab78e56f4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Fri, 20 Sep 2019 10:00:34 +0800 Subject: Successful login leads to Home instead of Profile Ticket search is done right after login so home can show the tickets. --- Profile.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'Profile.qml') diff --git a/Profile.qml b/Profile.qml index d0d258c..8e416bd 100644 --- a/Profile.qml +++ b/Profile.qml @@ -9,7 +9,6 @@ CreateProfileForm { } titleLabel.text: qsTr("Edit Profile") skipButton.onClicked: { - onboarding.ticketSearch(User.name) pageView.push("Home.qml") } emailImage.source: "larva/components/icons/email-24px.svg" -- cgit v1.2.3