mirror of https://github.com/requarks/wiki
fix(profile): Prevent autofill on header search bar (#7688)
This commit resolves the recurring issue where password managers incorrectly autofill the header search bar when viewing the user profile page. This is achieved by wrapping the password change fields in a <form> element, properly scoping them for browser autofill logic, and using modern, standard `autocomplete` attributes. This addresses the root cause of the issue, whereas previous attempts tried to mitigate the symptom in the search bar. Fixes #2324 Closes #3327pull/7882/merge
parent
5c80184a1d
commit
326974cdd5
Loading…
Reference in new issue