Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
const wording = {
    yourAnswerLabel: 'Your answer',
    chooseYourQuestionLabel: 'Your custom question',
    update: 'Reset Password',
    securityAnswerErrorMessage: 'Please enter your answer for the selected security question',
    dropdownTitle: 'SECURITY QUESTION',
    questionOne: 'Question #1',
    questionTwo: 'Question #2',
    questionThree: 'Question #3',
    answerLabel: 'Answer*',
    securityQuestion: 'Security Question*',
    selectyourquestion: 'Select Your Question',
    resetOptions: {
        resetTitle: 'Reset Your Password ',
        email: 'Reset using email',
        phone: 'Reset using phone number',
        securityquestion: 'Reset using security question',
    },
    resetPassword: {
        resetTitle: 'Reset Your Password ',
        email: 'Email* / Phone Number*',
        continue: 'Continue',
        cancel: 'Cancel',
    },
    resetByPhone: {
        choosePasswordTitle: 'Choose your new password ',
        createpassword: 'Create Password',
        confirmpassword: 'Confirm Password',
        resetPassword: 'Reset Password',
        cancel: 'Cancel',
        email: 'Email* / Phone Number*',
        answer: 'Answer*',
        createPasswordErrorMessage: 'Password must contain at least 8 characters including 1 uppercase letter, 1 special character & 1 numeric character',
        confirmPasswordErrorMessage: `Password doesn't match`,
        otp: 'OTP',
        otpErrorMessage: 'Please enter the OTP',
    },
    resetBySecurityQuestions: {
        securityQuestionTitle: 'Please answer your security questions.',
        identityTitle: 'These questions help us verify your identity.',
        answerText: 'Answer',
        choosePasswordTitle: 'Choose your new password',
        createPassword: 'Create Password',
        confirmPassword: 'Confirm Password',
        resetPassword: 'Reset Password',
        cancel: 'Cancel',
    },
    passwordText: 'Password must contain at least 6 characters.',
    password: 'New Password*',
    reenterPassword: 'Re-Enter Password*',
    resetCode: 'Reset Code *',
    resetTitle: 'RESET YOUR PASSWORD',
    recievecode: `Didn't Receive Code?`,
    resetPasswordText: 'Reset Password',
    email: 'Email* / Phone Number*',
    enterEmail: 'Enter the email ID',
    setPasswordTitle: 'SET YOUR PASSWORD',
    setPasswordText: 'Set Password',
    sendResetLink: 'Send Reset Link',
    sendResetCode: 'Send Reset Code',
    phone: '',
    securityquestion: '',
    createPassword: '',
    confirmPassword: '',
    securityQuestionTitle: '',
    identityTitle: '',
    choosePasswordTitle: '',
    cancel: 'Cancel',
};
const stepValue = {
    stepTwo: '2',
    stepThree: '3',
};
const errorKeyWords = [
    'limit exceeded',
    'failed',
    'invalid',
    'if',
    `can't`,
    'cannot',
    'failure',
    'not',
    'does not',
];
import { securityQuestionsFixture } from '../SecurityQuestions/fixture';
export { errorKeyWords, securityQuestionsFixture as securityQuestionsData, securityQuestionsFixture, wording, stepValue, };
//# sourceMappingURL=fixture.js.map