mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- Introduced Zod schemas for tenant and admin validation to streamline error handling. - Replaced manual validation logic with schema-based validation for improved readability and maintainability. - Added specific error messages for required fields and validation rules. Signed-off-by: Innei <tukon479@gmail.com>