Landing page redacted!
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 17s

This commit is contained in:
BOTAlex 2025-10-09 02:02:46 +02:00
parent 07f0d798a2
commit 4205712d32
5 changed files with 53 additions and 44 deletions

View file

@ -19,6 +19,7 @@ const EducationLoose = z.object({
const ProfileSchema = z.object({
name: z.string().min(1),
nick: z.string().min(1),
shortProfileHiddenContent: z.array(z.string()),
email: z.string().email(),
phone: z.string().min(1),