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:
export const wording = {
    yourAnswerLabel: 'Your answer',
    chooseYourQuestionLabel: 'Your custom question',
    update: 'Save Changes',
    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*',
};
export const securityQuestionsFixture = {
    securityQuestion: 'SECURITY QUESTION',
    questions: [
        {
            label: 'Select Your Question',
            value: 'test',
            isSelected: true,
        },
        {
            label: 'What was your High School Mascot?',
            value: 'What was your High School Mascot?',
        },
        {
            label: 'In what city or town did you meet your spouse/partner?',
            value: 'In what city or town did you meet your spouse/partner?',
        },
        {
            label: 'What was the name of your first pet?',
            value: 'What was the name of your first pet?',
        },
        {
            label: `What is your oldest child's nickname?`,
            value: `What is your oldest child's nickname?`,
        },
        {
            label: 'What is the name of your favorite childhood friend?',
            value: 'What is the name of your favorite childhood friend?',
        },
        {
            label: 'What was the make and model of your first car?',
            value: 'What was the make and model of your first car?',
        },
        {
            label: 'In what city or town were you born?',
            value: 'In what city or town were you born?',
        },
        {
            label: 'What was the name of your elementary / primary school?',
            value: 'What was the name of your elementary / primary school?',
        },
        {
            label: 'What was your childhood nickname?',
            value: 'What was your childhood nickname?',
        },
        {
            label: 'What was your favorite place to visit as a child?',
            value: 'What was your favorite place to visit as a child?',
        },
    ],
    maxQuesToShow: 3,
};
//# sourceMappingURL=fixture.js.map