@chartgerink@akademienl.social
Post #4414899
2026-08-05 06:42 UTC
a pet peeve of mine is when software platforms do not implement autocomplete for the two-factor code in their login procedure
it literally is as simple as adding `autoComplete="one-time-code" ` to your input field 🤷♀️
```html
<input
autoComplete="one-time-code"
...
/>
```
Replies (0)
No replies.