diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-20 10:00:34 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-20 10:00:34 +0800 |
commit | df4c591dacfbbc21ad3fce280dad6ab78e56f4cd (patch) | |
tree | 96a05edcf0f1cd8ba483494188ece549f18b9b49 /Profile.qml | |
parent | e3cf9197843998ec919e1dd043eaccf04d122876 (diff) |
Successful login leads to Home instead of Profile
Ticket search is done right after login
so home can show the tickets.
Diffstat (limited to 'Profile.qml')
-rw-r--r-- | Profile.qml | 1 |
1 files changed, 0 insertions, 1 deletions
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" |