Closed thomashilzendegen closed 5 years ago
This small change allows pressing Enter in the password field to submit the form.
Enter
With this change, the password is added to the URL as a query parameter.
http://192.168.1.1:5800/?password=test
This is not something I like. I can re-do the same functionality using Javascript.
This small change allows pressing
Enter
in the password field to submit the form.