diff options
| author | transtrike <transtrike@gmail.com> | 2021-01-08 16:10:14 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-01-08 16:10:14 +0200 |
| commit | 505a43fcfc6f2462260708c44dedce642646619f (patch) | |
| tree | a150b6b68e99e3610fee9cdb55bc6d2eeb738fa2 /src | |
| parent | 6295f9175b51cb5327b1f62fab00f56ea5883945 (diff) | |
| download | DevHive-505a43fcfc6f2462260708c44dedce642646619f.tar DevHive-505a43fcfc6f2462260708c44dedce642646619f.tar.gz DevHive-505a43fcfc6f2462260708c44dedce642646619f.zip | |
Register page changes
Diffstat (limited to 'src')
| -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"> |
