File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default function ProfileSettings() {
30
30
} ,
31
31
body : JSON . stringify ( {
32
32
user : {
33
- username : data . username ,
33
+ // username: data.username,
34
34
image : data . image ,
35
35
account : {
36
36
firstName : data . firstName ,
@@ -96,6 +96,10 @@ export default function ProfileSettings() {
96
96
< div className = "col-span-4 flex flex-col-reverse md:grid md:grid-cols-4" >
97
97
< div className = "flex md:col-span-3 flex-col gap-6 max-w-lg" >
98
98
< Input
99
+ disabled = { true }
100
+ readOnly = { true }
101
+ aria-readonly = { true }
102
+ aria-disabled = { true }
99
103
label = "Username"
100
104
type = "text"
101
105
leadingAddon = "coderplex.org/"
@@ -125,7 +129,6 @@ export default function ProfileSettings() {
125
129
: 'This field is required'
126
130
}
127
131
/>
128
-
129
132
< Input
130
133
label = "Profile Picture"
131
134
type = "url"
You can’t perform that action at this time.
0 commit comments