diff options
Diffstat (limited to 'pages/Email.qml')
-rw-r--r-- | pages/Email.qml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pages/Email.qml b/pages/Email.qml index d808c03..1c0d800 100644 --- a/pages/Email.qml +++ b/pages/Email.qml @@ -1,12 +1,12 @@ import QtQuick 2.12 EmailForm { - width: stackView.width - height: stackView.height + width: stackView.width + height: stackView.height - loginButton { - onClicked: { - appWindow.logIn("62" + phoneTextField.text) - } - } -}
\ No newline at end of file + loginButton { + onClicked: { + stackView.push("qrc:/pages/Password.qml") + } + } +} |