aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Angular')
-rw-r--r--src/DevHive.Angular/src/app/components/register/register.component.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DevHive.Angular/src/app/components/register/register.component.html b/src/DevHive.Angular/src/app/components/register/register.component.html
index de79698..c701795 100644
--- a/src/DevHive.Angular/src/app/components/register/register.component.html
+++ b/src/DevHive.Angular/src/app/components/register/register.component.html
@@ -5,7 +5,8 @@
<hr>
Value: {{ registerUserFormGroup.value | json }}
<hr>
-
+
+ <label for="firstName">First Name</label>
<input type="text" placeholder="First Name" formControlName="firstName">
<input type="text" placeholder="Last Name" formControlName="lastName">
<input type="text" placeholder="Username" formControlName="username">