feat: unify Person and User creation form with conditional password
This commit is contained in:
@@ -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", () => {
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user