disabled changing username

This commit is contained in:
2025-12-13 18:11:55 +05:30
parent c23145f338
commit 8fe75b161b

View File

@@ -133,6 +133,7 @@ export default function Profile({
label="Username"
name="username"
margin="normal"
disabled={true}
value={formData.username}
onChange={handleChange}
/>