class Playbook::PbPassphrase::Passphrase
def classname
def classname generate_classname("pb_passphrase") end
def passphrase_options
def passphrase_options { checkPwned: check_pwned, dark: dark, id: id, averageThreshold: average_threshold, confirmation: confirmation, inputProps: input_props, label: label, minLength: min_length, showTipsBelow: show_tips_below, strongThreshold: strong_threshold, tips: tips, uncontrolled: true, }.compact end