build.sh update

This commit is contained in:
2026-03-20 23:10:11 -04:00
parent 3ac72b7ac9
commit cfdbdd9a44

View File

@@ -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('');