fix issuer name in project list

This commit is contained in:
2023-12-27 14:13:05 -07:00
parent f8d3fe2ee1
commit 051a0a97d8
4 changed files with 19 additions and 16 deletions

View File

@@ -486,6 +486,10 @@ export interface ProjectData {
* URL referencing information about the project
**/
handleId: string;
/**
* The DID of the issuer
*/
issuerDid: string;
/**
* The Identier of the project
**/