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
@@ -258,4 +258,4 @@ describe("createPersonUserUseCase", () => {
expect(result).toEqual({ success: true })
})
})
})
})