forked from trent_larson/crowd-funder-for-time-pwa
fix(deep-links): standardize DID parameter name and add route mapping docs
- Change DID schema parameter from 'id' to 'did' for consistency - Add documentation for deep link route mapping functionality
This commit is contained in:
@@ -94,7 +94,7 @@ export const deepLinkSchemas = {
|
||||
contacts: z.string(), // JSON string of contacts array
|
||||
}),
|
||||
did: z.object({
|
||||
id: z.string(),
|
||||
did: z.string(),
|
||||
}),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user