diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/components/login/login.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/login/login.component.html b/src/app/components/login/login.component.html index 1fda5b5..b641fcb 100644 --- a/src/app/components/login/login.component.html +++ b/src/app/components/login/login.component.html @@ -1,5 +1,5 @@ <main id="content"> - <summary class="title">Login</div> + <summary class="title">Login</summary> <form [formGroup]="loginUserFormGroup" (ngSubmit)="onSubmit()"> <hr> |
