Fix unclosed div tag in login.html (#2846)

This commit is contained in:
v-helmholtz
2022-09-06 06:34:57 +01:00
committed by GitHub
parent f5f4cbef1e
commit 628afce516

View File

@@ -18,7 +18,6 @@
<label for="username"><h6>Username</h6></label>
<input class="text-input form-control" id="username" name="username" type="text" placeholder="Username" />
</div>
<div>
<div class="form-group">
<label for="password"><h6>Password</h6></label>
<input class="text-input form-control" id="password" name="password" type="password" placeholder="Password" />