aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/login
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-02-24 19:13:44 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-02-24 19:13:44 +0200
commitc4c85daf3eedbbfb6d9cf615b1a7d96fe26d8112 (patch)
treeb590d54db488c4ee8650070e770453a6b114d34d /src/app/components/login
parente43399dc97bbacf1d44a875fe1d52e9030994fa1 (diff)
downloadDevHive-Angular-c4c85daf3eedbbfb6d9cf615b1a7d96fe26d8112.tar
DevHive-Angular-c4c85daf3eedbbfb6d9cf615b1a7d96fe26d8112.tar.gz
DevHive-Angular-c4c85daf3eedbbfb6d9cf615b1a7d96fe26d8112.zip
Fixed login page HTML
Diffstat (limited to 'src/app/components/login')
-rw-r--r--src/app/components/login/login.component.html2
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>