summaryrefslogtreecommitdiff
path: root/Login.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Login.qml')
-rw-r--r--Login.qml10
1 files changed, 8 insertions, 2 deletions
diff --git a/Login.qml b/Login.qml
index 495df70..1e450ce 100644
--- a/Login.qml
+++ b/Login.qml
@@ -1,6 +1,12 @@
import QtQuick 2.12
LoginForm {
- width: appWindow.width
- height: appWindow.height
+ width: appWindow.width
+ height: appWindow.height
+
+ emailButton {
+ onClicked: {
+ stackView.push("qrc:/pages/Email.qml")
+ }
+ }
}