mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 17:52:38 +02:00
Merge pull request #1167 from SohamBhattacharjee2003/fix/add-autocomplete-attributes
Fix/add autocomplete attributes
This commit is contained in:
commit
35c155387b
4 changed files with 7 additions and 0 deletions
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue