diff options
Diffstat (limited to 'src/DevHive.Angular')
| -rw-r--r-- | src/DevHive.Angular/src/app/components/register/register.component.html | 1 |
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"> |
