CSS Weekly @cssweekly.com · Jan 28

Are you using the HTML autocomplete attribute on fields for 2FA, one-time codes, and web authentication? 🔒 Please do—it massively improves the login UX.

73 likes 2 replies

?

Replies

CSS Weekly · Jan 28

The `autocomplete="one-time-code"` tells the OS to look for an incoming SMS and offer the code as a keyboard suggestion.

Giovanni Mazzuoccolo · Jan 28

I do, plus, if you use some password browser extensions like 1password the 2fa process feels almost instant.