focus password field if not logged in

This commit is contained in:
ed 2022-05-07 22:16:12 +02:00
parent 2f2c65d91e
commit a2c0c708e8

View file

@ -101,6 +101,11 @@ document.documentElement.className = localStorage.light == 1 ? "y" : "z";
</script>
<script src="/.cpr/util.js?_={{ ts }}"></script>
<script>tt.init();</script>
<script>
tt.init();
{%- if this.uname == '*' %}
QS('input[name="cppwd"]').focus();
{%- endif %}
</script>
</body>
</html>