We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48deb75 commit 1f5f7caCopy full SHA for 1f5f7ca
1 file changed
blog/25-07-24/http-server/ex/login-server.js
@@ -174,11 +174,11 @@
174
<h4>login</h4>
175
<div>
176
<label for=name>name</label>
177
- <input name=name>
+ <input name=name autocomplete=off spellcheck=false>
178
</div>
179
180
<label for=password>password</label>
181
- <input name=password>
+ <input name=password autocomplete=off spellcheck=false>
182
183
<span>
184
<input type=submit>
0 commit comments