Browse Source

Merge pull request #18558 from abpframework/update-blueprints

Update blueprints
pull/18582/head
Masum ULU 2 years ago
committed by GitHub
parent
commit
c4a41f7391
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      npm/ng-packs/packages/theme-shared/src/lib/constants/validation.ts

3
npm/ng-packs/packages/theme-shared/src/lib/constants/validation.ts

@ -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 }}'
};
Loading…
Cancel
Save