luci-base: remove reset button from sysauth

Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
Stan Grishin
2025-08-12 20:34:25 +00:00
committed by Paul Donald
parent fa319cfe95
commit 91b3950112

View File

@@ -36,7 +36,6 @@
<div class="cbi-page-actions">
<input type="submit" value="{{ _('Log in') }}" class="btn cbi-button cbi-button-apply" />
<input type="reset" value="{{ _('Reset') }}" class="btn cbi-button cbi-button-reset" />
</div>
</form>