Commit 88f2998
committed
Change form field id from 'username' to 'hn-user' to avoid 1Password autofill
The id="username" attribute caused 1Password to offer username suggestions
on the Hacker News username input. Renaming to 'hn-user' avoids that heuristic
while keeping the label text and placeholder unchanged.
https://claude.ai/code/session_016RkTJdD7FxriPaqmkTqG6y1 parent 98151f8 commit 88f2998
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments