mirror of
https://github.com/stashapp/stash.git
synced 2025-12-19 05:14:38 +03:00
Fix unclosed div tag in login.html (#2846)
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
<label for="username"><h6>Username</h6></label>
|
<label for="username"><h6>Username</h6></label>
|
||||||
<input class="text-input form-control" id="username" name="username" type="text" placeholder="Username" />
|
<input class="text-input form-control" id="username" name="username" type="text" placeholder="Username" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="password"><h6>Password</h6></label>
|
<label for="password"><h6>Password</h6></label>
|
||||||
<input class="text-input form-control" id="password" name="password" type="password" placeholder="Password" />
|
<input class="text-input form-control" id="password" name="password" type="password" placeholder="Password" />
|
||||||
|
|||||||
Reference in New Issue
Block a user