mirror of https://github.com/stashapp/stash.git
Fix unclosed div tag in login.html (#2846)
This commit is contained in:
parent
f5f4cbef1e
commit
628afce516
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue