Primitives
Python
__import__('pty').spawn('/bin/bash')
schema: yup_lib["object"]({
code: yup_lib["string"]().required(strapi_helper_plugin_cjs_min["translatedErrors"].required),
password: yup_lib["string"]().min(6, strapi_helper_plugin_cjs_min["translatedErrors"].minLength).required(strapi_helper_plugin_cjs_min["translatedErrors"].required),
passwordConfirmation: yup_lib["string"]().min(6, strapi_helper_plugin_cjs_min["translatedErrors"].required).oneOf([yup_lib["ref"]('password'), null], 'components.Input.error.password.noMatch').required(strapi_helper_plugin_cjs_min["translatedErrors"].required)
Last updated