From 9363220c26cecde9e36217aef93f57e40641cda8 Mon Sep 17 00:00:00 2001
From: Anatasof Wirapraja <anatasof.wirapraja@gmail.com>
Date: Sat, 31 Aug 2019 13:06:33 +0700
Subject: remove echoMode on fullName TextInput

---
 pages/CreateProfileForm.ui.qml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml
index b9de7f8..47fb11d 100644
--- a/pages/CreateProfileForm.ui.qml
+++ b/pages/CreateProfileForm.ui.qml
@@ -84,7 +84,6 @@ Rectangle {
         anchors.left: parent.left
         anchors.leftMargin: 16
         Layout.maximumHeight: 56
-        echoMode: TextInput.Password
     }
 
     RoundButton {
-- 
cgit v1.2.3