Merge pull request #1167 from SohamBhattacharjee2003/fix/add-autocomplete-attributes

Fix/add autocomplete attributes
This commit is contained in:
Rohan Verma 2026-04-07 23:36:56 -07:00 committed by GitHub
commit 35c155387b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 0 deletions

View file

@ -93,6 +93,7 @@ export function ProfileContent() {
<Input
id="display-name"
type="text"
autoComplete="name"
placeholder={user?.email?.split("@")[0]}
value={displayName}
onChange={(e) => setDisplayName(e.target.value)}