mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +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.errors.signature === undefined;
|
||||
|
||||
console.log({ formSTate: form.formState });
|
||||
|
||||
const { mutateAsync: signup } = trpc.auth.signup.useMutation();
|
||||
|
||||
const onFormSubmit = async ({ name, email, password, signature, url }: TSignUpFormV2Schema) => {
|
||||
|
||||
Reference in New Issue
Block a user