File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
PinkSea.Frontend/src/views Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ onMounted(updateProfile);
140
140
<div >{{ $t("profile_edit.nickname") }}</div >
141
141
</td >
142
142
<td >
143
- <input type =" text" placeholder =" " v-model =" profile.nick" />
143
+ <input type =" text" placeholder =" " v-model =" profile.nick" maxlength = " 64 " />
144
144
<div class =" settings-description" >
145
145
{{ $t("profile_edit.nickname_description") }}
146
146
</div >
@@ -152,7 +152,7 @@ onMounted(updateProfile);
152
152
</td >
153
153
<td >
154
154
<textarea placeholder =" Your description (256 characters max)"
155
- v-model =" profile.description" ></textarea >
155
+ v-model =" profile.description" maxlength = " 256 " ></textarea >
156
156
<div class =" settings-description" >
157
157
{{ $t("profile_edit.your_bio_description") }}
158
158
</div >
@@ -185,7 +185,7 @@ onMounted(updateProfile);
185
185
<div >{{ $t("profile_edit.link_name") }}</div >
186
186
</td >
187
187
<td >
188
- <input type =" text" placeholder =" Example" v-model =" linkName" />
188
+ <input type =" text" placeholder =" Example" v-model =" linkName" maxlength = " 50 " />
189
189
<div class =" settings-description" >
190
190
{{ $t("profile_edit.link_name_description") }}
191
191
</div >
@@ -205,7 +205,7 @@ onMounted(updateProfile);
205
205
<tr >
206
206
<td >
207
207
<button v-on:click.prevent =" addLink(linkName, linkUrl)" >{{ $t("profile_edit.link_add")
208
- }}</button >
208
+ }}</button >
209
209
</td >
210
210
</tr >
211
211
</tbody >
You can’t perform that action at this time.
0 commit comments