What to look for
- AFTER uses standard tokens:
username,current-password,new-password,one-time-code. - BEFORE disables autocomplete and splits one-time codes into multiple boxes (harder to paste/review and often breaks OTP suggestions).
BEFOREFights autofill + forces re-typing
Typical issues: autocomplete="off" on auth, and multi-field OTP inputs.
AFTERCooperates with password managers
This is “boring HTML” on purpose: labels + names + the right autocomplete tokens.
Checklist + context