diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-16 21:21:22 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-16 21:21:22 +0800 |
commit | 5a586260aeab91d53e9316bf3395a34a91cd8cc0 (patch) | |
tree | a8b29b4097c78463ada8716c32f28e4d2a0670a8 /Login.qml | |
parent | 1be4acfe8c0368b5f464d8f1ee3e9cc6f862662a (diff) |
Login flow
for registered accounts
Diffstat (limited to 'Login.qml')
-rw-r--r-- | Login.qml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,11 +4,12 @@ LoginForm { signal logIn(string name, string password) signal search(string name) function pushProfile() { - stackView.push("qrc:/pages/CreateProfile.qml") + stackView.push("qrc:/pages/Profile.qml") } objectName: "login" width: appWindow.width height: appWindow.height + googleButton.onClicked: stackView.push("qrc:/pages/LoginName.qml") emailButton.onClicked: stackView.push("qrc:/pages/Email.qml") } |