We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f8495 commit 3e270f2Copy full SHA for 3e270f2
emails/emails/invite.tsx
@@ -15,7 +15,7 @@ export const schema = z.object({
15
is_new: z.boolean().optional(),
16
sender: z.string().optional(),
17
org_name: z.string().optional(),
18
- invite_url: z.url(),
+ invite_url: z.string(),
19
support_email: z.email().optional(),
20
validity_period_days: z.number().int().positive().optional(),
21
trial_remaining_days: z.number().int().optional(),
0 commit comments