UNPKG

react-password-check

Version:

A simple password strength indicator component for react.

10 lines 469 B
export var passwordText = { heading: 'Password must meet the following requirements:', atLeastOneSmallLetter: 'At least one small letter', atLeastOneCapitalLetter: 'At least one capital letter', atLeastOneNumber: 'At least one number', atLeastOneSpecialCharacter: 'At least one special character', atLeastEightCharacters: 'Be at least 8 characters', passwordsShouldMatch: 'Passwords should Match', }; //# sourceMappingURL=passwordText.js.map