diff options
Diffstat (limited to 'src/app/components/login/login.component.html')
| -rw-r--r-- | src/app/components/login/login.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/components/login/login.component.html b/src/app/components/login/login.component.html index b641fcb..9f74faa 100644 --- a/src/app/components/login/login.component.html +++ b/src/app/components/login/login.component.html @@ -8,9 +8,9 @@ <input type="text" placeholder="Username" class="input-field" formControlName="username" required> <label class="input-field-label">Username</label> - <mark class="input-errors"> + <div class="input-errors"> <label *ngIf="loginUserFormGroup.get('username')?.errors?.required" class="error">*Required</label> - </mark> + </div> </section> <section class="input-selection"> |
