forked from FoundKeyGang/FoundKey
client: set display name limit same as server
Changelog: Fixed
This commit is contained in:
parent
11e4a8cb9b
commit
38df8dc734
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<MkButton primary class="bannerEdit" @click="changeBanner">{{ i18n.ts._profile.changeBanner }}</MkButton>
|
||||
</div>
|
||||
|
||||
<FormInput v-model="profile.name" :max="30" manual-save class="_formBlock">
|
||||
<FormInput v-model="profile.name" :max="50" manual-save class="_formBlock">
|
||||
<template #label>{{ i18n.ts._profile.name }}</template>
|
||||
</FormInput>
|
||||
|
||||
|
|
Loading…
Reference in a new issue