allow deep-link for 'did' page with no parameter (to show current user)

This commit is contained in:
2026-01-08 19:51:17 -07:00
parent 6e73ab4a84
commit 9b2d14b418

View File

@@ -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