mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
undid some small changes that was checked in by accident
This commit is contained in:
parent
5a6863456f
commit
2b20af5df0
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
}
|
||||
<form method="POST">
|
||||
Username <input class="form-control form-control-custom" type="text" name="username" />
|
||||
Username <input class="form-control form-control-custom" type="text" name="Username" />
|
||||
<br />
|
||||
Password <input class="form-control form-control-custom" name="Password" type="password" />
|
||||
<div class="checkbox">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<form method="POST">
|
||||
Username <input class="form-control form-control-custom" type="text" name="username" />
|
||||
Username <input class="form-control form-control-custom" type="text" name="Username" />
|
||||
<br />
|
||||
Password <input class="form-control form-control-custom" name="Password" type="password" />
|
||||
<br />
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<label>Plex.tv Username </label>
|
||||
</div>
|
||||
<div>
|
||||
<input class="form-control form-control-custom" style="width: 50%" type="text" name="Username" placeholder="username" />
|
||||
<input class="form-control form-control-custom" style="width: 50%" type="text" name="Username" placeholder="Username" />
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue