diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-18 17:25:38 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-18 17:25:38 +0700 |
| commit | 6cf5f636652fa68c40baf8e3b34532ccc9e3d65d (patch) | |
| tree | be4d15d5bb635bc38ebb5ec5c45339d7c0b46974 /features/Login.qml | |
| parent | 71d7a95e4a220dd211e49a08c847cebe2857bd81 (diff) | |
changed `Onboarding` flow
Diffstat (limited to 'features/Login.qml')
| -rw-r--r-- | features/Login.qml | 9 |
1 files changed, 1 insertions, 8 deletions
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 { |