Increase nickname field on UI from 22 to 64 characters

This commit is contained in:
Ashish Dhama 2023-03-17 01:39:51 +05:30
parent ba523fab15
commit 0ae0800a20

View file

@ -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}