add copy-link on the claim view page & enable certificate

This commit is contained in:
2024-12-18 16:31:27 -07:00
parent 959f5f6f63
commit 2cb70f8497
5 changed files with 53 additions and 5 deletions

View File

@@ -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 = "";