diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-24 19:13:44 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-24 19:13:44 +0200 |
| commit | c4c85daf3eedbbfb6d9cf615b1a7d96fe26d8112 (patch) | |
| tree | b590d54db488c4ee8650070e770453a6b114d34d /src/app/components/login/login.component.html | |
| parent | e43399dc97bbacf1d44a875fe1d52e9030994fa1 (diff) | |
| download | DevHive-Angular-c4c85daf3eedbbfb6d9cf615b1a7d96fe26d8112.tar DevHive-Angular-c4c85daf3eedbbfb6d9cf615b1a7d96fe26d8112.tar.gz DevHive-Angular-c4c85daf3eedbbfb6d9cf615b1a7d96fe26d8112.zip | |
Fixed login page HTML
Diffstat (limited to 'src/app/components/login/login.component.html')
| -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> |
