fix: add agreement

This commit is contained in:
2025-06-18 15:41:16 +03:00
parent ec696e7d3e
commit 1bee275d18
7 changed files with 54 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ import { z } from 'zod';
import toast from 'react-hot-toast';
import { sendFormFn } from '@shared/api/api.service';
import { isValidPhoneNumber } from 'libphonenumber-js/min';
import Link from 'next/link';
const FormSchema = z.object({
name: z