Skip to content

Commit

Permalink
Merge pull request #18558 from abpframework/update-blueprints
Browse files Browse the repository at this point in the history
Update blueprints
  • Loading branch information
masum-ulu authored Dec 25, 2023
2 parents 23433ea + 0d3142c commit c4a41f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export const DEFAULT_VALIDATION_BLUEPRINTS = {
passwordRequiresDigit: 'AbpIdentity::Volo.Abp.Identity:PasswordRequiresDigit',
passwordRequiresNonAlphanumeric: 'AbpIdentity::Volo.Abp.Identity:PasswordRequiresNonAlphanumeric',
usernamePattern: 'AbpIdentity::Volo.Abp.Identity:InvalidUserName[{{ actualValue }}]',
};
customMessage: '{{ customMessage }}'
};

0 comments on commit c4a41f7

Please sign in to comment.