diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-27 17:12:21 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-27 17:12:21 +0700 |
commit | 0a16f8f6822325262ceac51f1847c1ba4bcae773 (patch) | |
tree | ed1521ec4c97bdde228bee89bfe80099e39d7719 /pages/Email.qml | |
parent | 3fd845a90e86c089a310feca52b6516bac9e538d (diff) |
remove passwordTextField & rework on emailTextField
Diffstat (limited to 'pages/Email.qml')
-rw-r--r-- | pages/Email.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Email.qml b/pages/Email.qml index c7c375f..d808c03 100644 --- a/pages/Email.qml +++ b/pages/Email.qml @@ -6,7 +6,7 @@ EmailForm { loginButton { onClicked: { - appWindow.logIn("62" + phoneTextField.text, passwordTextField.text) + appWindow.logIn("62" + phoneTextField.text) } } }
\ No newline at end of file |