diff options
author | rcombs <rcombs@rcombs.me> | 2022-11-06 20:16:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 03:16:10 +0100 |
commit | e53fc34e9abd8d6d3a0907fea2d0f657c5e8666c (patch) | |
tree | a789c73f8b6219832dc4f7a4e36b28aa349d2f2e /public/headers/original | |
parent | bd220c32f162230d31e99bdabd30aea787a89cfc (diff) |
Set autocomplete attr for email field on signup page (#19833)
The email address will be used as the "username" for sign-in purposes, so it's the value that should be stored in password managers. We can inform the password manager of this by setting `autocomplete="email"`. Without this hint, password managers may instead store the `username` field, which isn't valid for sign-in (this happens with iCloud Keychain in Safari, for instance).
Diffstat (limited to 'public/headers/original')
0 files changed, 0 insertions, 0 deletions