Increase nickname field on UI from 22 to 64 characters
This commit is contained in:
parent
ba523fab15
commit
0ae0800a20
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