add copy-link on the claim view page & enable certificate
This commit is contained in:
@@ -483,7 +483,8 @@ export function didInfoForCertificate(
|
||||
did: string | undefined,
|
||||
contacts: Contact[],
|
||||
): string {
|
||||
return didInfoForContact(did, undefined, contactForDid(did, contacts), []).displayName;
|
||||
return didInfoForContact(did, undefined, contactForDid(did, contacts), [])
|
||||
.displayName;
|
||||
}
|
||||
|
||||
let passkeyAccessToken: string = "";
|
||||
|
||||
Reference in New Issue
Block a user