full lowercase on login button to match the page

Signed-off-by: thaddeus kuah <tk@tkkr.dev>
This commit is contained in:
thaddeus kuah 2025-04-12 04:13:17 +08:00 committed by GitHub
parent a06c5eb048
commit a5391bf560
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 %}