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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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" />