79379580

Date: 2025-01-23 01:18:52
Score: 1
Natty:
Report link

The issue is likely from the name attribute being a number (232323) instead of a string, and this can cause problems with how browsers and password managers interpret form inputs. Browsers typically expect name attributes to be strings.

Also, use the appropriate autocomplete attributes such as autocomplete="username" or autocomplete="password", etc. this helps browsers autofill behavior

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Berkay G.