reference update
This commit is contained in:
parent
8d93714654
commit
d31d106785
@ -163,7 +163,7 @@ const Profile = () => {
|
||||
|
||||
<form>
|
||||
<label>Username</label>
|
||||
<input ref={usernameRef} id='username' defaultValue={user.username} type='text' autoComplete="off" />
|
||||
<input ref={usernameRef} id='username' defaultValue={user.name} type='text' autoComplete="off" />
|
||||
|
||||
<label>Display Name</label>
|
||||
<input ref={displayNameRef} id='displayName' defaultValue={user.displayName} type='text' autoComplete="off" />
|
||||
|
Loading…
Reference in New Issue
Block a user