aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-01-08 16:10:14 +0200
committertranstrike <transtrike@gmail.com>2021-01-08 16:10:14 +0200
commit505a43fcfc6f2462260708c44dedce642646619f (patch)
treea150b6b68e99e3610fee9cdb55bc6d2eeb738fa2 /src/DevHive.Angular
parent6295f9175b51cb5327b1f62fab00f56ea5883945 (diff)
downloadDevHive-505a43fcfc6f2462260708c44dedce642646619f.tar
DevHive-505a43fcfc6f2462260708c44dedce642646619f.tar.gz
DevHive-505a43fcfc6f2462260708c44dedce642646619f.zip
Register page changes
Diffstat (limited to 'src/DevHive.Angular')
-rw-r--r--src/DevHive.Angular/src/app/components/register/register.component.html1
1 files changed, 1 insertions, 0 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 e394ace..c6b1d18 100644
--- a/src/DevHive.Angular/src/app/components/register/register.component.html
+++ b/src/DevHive.Angular/src/app/components/register/register.component.html
@@ -6,6 +6,7 @@
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">