UNPKG

react-password-check

Version:

A simple password strength indicator component for react.

13 lines 574 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.passwordText = void 0; exports.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