From 6cf5f636652fa68c40baf8e3b34532ccc9e3d65d Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 18 Sep 2019 17:25:38 +0700 Subject: changed `Onboarding` flow --- features/Login.qml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'features/Login.qml') diff --git a/features/Login.qml b/features/Login.qml index 67239cb..44bf53c 100644 --- a/features/Login.qml +++ b/features/Login.qml @@ -3,14 +3,7 @@ import QtQuick.Controls 2.12 import QtQuick.Controls.Material 2.12 import QtQuick.Layouts 1.12 -LoginForm { - - continueButton.onClicked: { - contentView.push("EnterPasswordForm.ui.qml") - } -} - - +LoginForm {} /*##^## Designer { -- cgit v1.2.3