Skip to content

Commit

Permalink
BUGFIX/SN-352 : making account name to max 60 length (#2086)
Browse files Browse the repository at this point in the history
making account name to max 60 length
  • Loading branch information
aaradhya-egov authored Dec 27, 2024
1 parent 002f3e7 commit 5e2fe14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const SignUpConfig = [
validation: {
required: true,
pattern: /^[A-Za-z]+( [A-Za-z]+)*$/,
maxLength: 60,
},
error: "ERR_ACCOUNT_NAME_REQUIRED",
},
Expand Down

0 comments on commit 5e2fe14

Please sign in to comment.