Skip to content

Commit 1f5f7ca

Browse files
save file
1 parent 48deb75 commit 1f5f7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/25-07-24/http-server/ex/login-server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@
174174
<h4>login</h4>
175175
<div>
176176
<label for=name>name</label>
177-
<input name=name>
177+
<input name=name autocomplete=off spellcheck=false>
178178
</div>
179179
<div>
180180
<label for=password>password</label>
181-
<input name=password>
181+
<input name=password autocomplete=off spellcheck=false>
182182
</div>
183183
<span>
184184
<input type=submit>

0 commit comments

Comments
 (0)