diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-27 16:40:50 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-27 16:40:50 +0700 |
| commit | 3fd845a90e86c089a310feca52b6516bac9e538d (patch) | |
| tree | 6ac0f90a19dac156613fe971c537dc0b287d90fd /pages/Email.qml | |
| parent | 6b7c34f641015de08f8d302ca85c49b014358545 (diff) | |
remove laterButton
Diffstat (limited to 'pages/Email.qml')
| -rw-r--r-- | pages/Email.qml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/pages/Email.qml b/pages/Email.qml index 05ecb45..c7c375f 100644 --- a/pages/Email.qml +++ b/pages/Email.qml @@ -9,10 +9,4 @@ EmailForm { appWindow.logIn("62" + phoneTextField.text, passwordTextField.text) } } - - laterButton { - onClicked: { - stackView.pop() - } - } -} +}
\ No newline at end of file |