We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee9fc7 commit e82aa0dCopy full SHA for e82aa0d
1 file changed
apps/web-app/src/routes/(auth)/_layout.tsx
@@ -10,7 +10,7 @@ export const Route = createFileRoute("/(auth)/_layout")({
10
pendingComponent: PendingComponent,
11
validateSearch: z.object({
12
invitationId: z.string().optional(),
13
- invitationEmail: z.string().email().optional(),
+ invitationEmail: z.string().optional(),
14
}),
15
beforeLoad: async ({ context: { queryClient }, search }) => {
16
await ensureNotLoggedIn(queryClient, search);
0 commit comments