Skip to content

Commit e82aa0d

Browse files
committed
fix: string
1 parent 2ee9fc7 commit e82aa0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web-app/src/routes/(auth)/_layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const Route = createFileRoute("/(auth)/_layout")({
1010
pendingComponent: PendingComponent,
1111
validateSearch: z.object({
1212
invitationId: z.string().optional(),
13-
invitationEmail: z.string().email().optional(),
13+
invitationEmail: z.string().optional(),
1414
}),
1515
beforeLoad: async ({ context: { queryClient }, search }) => {
1616
await ensureNotLoggedIn(queryClient, search);

0 commit comments

Comments
 (0)