Skip to content

Commit 3e270f2

Browse files
committed
skip url validation on invite url too
1 parent 99f8495 commit 3e270f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emails/emails/invite.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const schema = z.object({
1515
is_new: z.boolean().optional(),
1616
sender: z.string().optional(),
1717
org_name: z.string().optional(),
18-
invite_url: z.url(),
18+
invite_url: z.string(),
1919
support_email: z.email().optional(),
2020
validity_period_days: z.number().int().positive().optional(),
2121
trial_remaining_days: z.number().int().optional(),

0 commit comments

Comments
 (0)