Merge pull request #7214 from mattermost/MM-50324_Increase-nickname-character-limit
[MM-50324]: Increase nickname field on UI from 22 to 64 characters
This commit is contained in:
commit
d62c35aae1
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ const ProfileForm = ({
|
|||
fieldRef={nicknameRef}
|
||||
isDisabled={userProfileFields.nickname.isDisabled}
|
||||
label={formatMessage(FIELDS.nickname)}
|
||||
maxLength={22}
|
||||
maxLength={64}
|
||||
testID='edit_profile_form.nickname'
|
||||
value={userInfo.nickname}
|
||||
{...fieldConfig}
|
||||
|
|
|
|||
Loading…
Reference in a new issue