password: Yup.string().max(255).required('password is required'), policy: Yup.boolean().oneOf([true], 'This field must be checked')
確定! 回上一頁