Closed chk1 closed 2 years ago
I added a <form> and moved the onclick to onsubmit, now allows to send passwords on keyboard enter (fail fast, fail often...).
<form>
Had to rename the submit JS function to something else (submitHell) or browser would to a POST.
submitHell
I added a
<form>
and moved the onclick to onsubmit, now allows to send passwords on keyboard enter (fail fast, fail often...).Had to rename the submit JS function to something else (
submitHell
) or browser would to a POST.