feat: unify Person and User creation form with conditional password

This commit is contained in:
2026-06-16 21:48:59 +02:00
parent e5717461cf
commit 1f5a849bf5
21 changed files with 462 additions and 171 deletions
@@ -2,8 +2,8 @@ import { describe, expect, it } from "vitest"
import {
buildUnifiedCreateSchema,
unifiedFormRoleSchema,
type UnifiedSchemaCopy,
unifiedFormRoleSchema,
} from "@/schemas/user.schema"
const enCopy: UnifiedSchemaCopy = {
@@ -260,4 +260,4 @@ describe("buildUnifiedCreateSchema", () => {
}
})
})
})
})