You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are input fields with id or name e.g. "email" — but are marked up as type=text, and not type=email — as noted by devtools seeing that without an autocomplete attribute:
(Not sure if type=email would be enough to silence this heuristic info, or an actual autocomplete attribute is warranted in this case.)
These "send to device" inputs also lack any placeholder value, hinting at the email format to enter.
The text was updated successfully, but these errors were encountered:
There are input fields with
id
orname
e.g."email"
— but are marked up as type=text, and not type=email — as noted by devtools seeing that without anautocomplete
attribute:(Not sure if type=email would be enough to silence this heuristic info, or an actual autocomplete attribute is warranted in this case.)
These "send to device" inputs also lack any placeholder value, hinting at the email format to enter.
The text was updated successfully, but these errors were encountered: