build.sh update
This commit is contained in:
@@ -107,7 +107,7 @@ export default function ProfileModal({ onClose }) {
|
|||||||
<input
|
<input
|
||||||
className="input flex-1"
|
className="input flex-1"
|
||||||
value={displayName}
|
value={displayName}
|
||||||
onChange={async e = autoComplete="new-password" > {
|
onChange={async e => {
|
||||||
const val = e.target.value;
|
const val = e.target.value;
|
||||||
setDisplayName(val);
|
setDisplayName(val);
|
||||||
setDisplayNameWarning('');
|
setDisplayNameWarning('');
|
||||||
|
|||||||
Reference in New Issue
Block a user