mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 17:21:41 +10:00
remove debug logs
console.log on signup form
This commit is contained in:
@ -119,8 +119,6 @@ export const SignUpFormV2 = ({
|
|||||||
form.formState.dirtyFields.signature &&
|
form.formState.dirtyFields.signature &&
|
||||||
form.formState.errors.signature === undefined;
|
form.formState.errors.signature === undefined;
|
||||||
|
|
||||||
console.log({ formSTate: form.formState });
|
|
||||||
|
|
||||||
const { mutateAsync: signup } = trpc.auth.signup.useMutation();
|
const { mutateAsync: signup } = trpc.auth.signup.useMutation();
|
||||||
|
|
||||||
const onFormSubmit = async ({ name, email, password, signature, url }: TSignUpFormV2Schema) => {
|
const onFormSubmit = async ({ name, email, password, signature, url }: TSignUpFormV2Schema) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user