From ff81ff0d048f2f1fed503b5e1685d2b1e3fd9c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Thu, 12 Sep 2019 22:32:19 +0800 Subject: Once logged in, e-mail address and real name are set on view --- pages/CreateProfileForm.ui.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pages/CreateProfileForm.ui.qml') diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index 8c03251..2da2083 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -7,9 +7,10 @@ Rectangle { id: rectangle color: "#fff" - property alias enterFullName: enterFullName property alias backButton: backButton property alias skipButton: skipButton + property alias emailAddressLabel: emailAddressLabel + property alias enterFullName: enterFullName ToolBar { id: toolbar -- cgit v1.2.3