diff --git a/src/interfaces/deepLinks.ts b/src/interfaces/deepLinks.ts index 0fe5c68d..1402bc8d 100644 --- a/src/interfaces/deepLinks.ts +++ b/src/interfaces/deepLinks.ts @@ -53,7 +53,7 @@ export const deepLinkPathSchemas = { inviteJwt: z.string().optional(), }), did: z.object({ - did: z.string(), + did: z.string().optional(), }), "invite-one-accept": z.object({ // optional because A) it could be a query param, and B) the page displays an input if things go wrong