allow deep-link for 'did' page with no parameter (to show current user)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user