mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 10:58:06 +00:00
migrate to next 15 and react 19
This commit is contained in:
@@ -31,7 +31,7 @@ const environmentSchema = z.object({
|
||||
email: z
|
||||
.object({
|
||||
smtp_host: z.string().optional(),
|
||||
smtp_port: z.number().optional(),
|
||||
smtp_port: z.number().positive().gt(0).lte(65535).optional(),
|
||||
smtp_user: z.string().optional(),
|
||||
smtp_pass: z.string().optional(),
|
||||
no_reply: z.string().email().optional(),
|
||||
|
||||
Reference in New Issue
Block a user