mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
full lowercase on login button to match the page
Signed-off-by: thaddeus kuah <tk@tkkr.dev>
This commit is contained in:
parent
a06c5eb048
commit
4b876dd133
|
@ -122,7 +122,7 @@
|
|||
<input type="hidden" id="la" name="act" value="login" />
|
||||
<input type="password" id="lp" name="cppwd" placeholder=" password" />
|
||||
<input type="hidden" name="uhash" id="uhash" value="x" />
|
||||
<input type="submit" id="ls" value="Login" />
|
||||
<input type="submit" id="ls" value="login" />
|
||||
{% if chpw %}
|
||||
<a id="x" href="#">change password</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue