diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-12 22:32:19 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-12 22:32:19 +0800 |
commit | ff81ff0d048f2f1fed503b5e1685d2b1e3fd9c12 (patch) | |
tree | 933d015fa15cb8234aab6bf02d4bbe1f38446d60 /pages/CreateProfileForm.ui.qml | |
parent | 2be52462fd597a122f3564736acef1de894f6a02 (diff) |
Once logged in, e-mail address and real name are set on view
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |