forked from jsnbuchanan/crowd-funder-for-time-pwa
refine claim certificate view
This commit is contained in:
@@ -476,6 +476,16 @@ export function didInfo(
|
||||
return didInfoForContact(did, activeDid, contact, allMyDids).displayName;
|
||||
}
|
||||
|
||||
/**
|
||||
* return text description without any references to "you" as user
|
||||
*/
|
||||
export function didInfoForCertificate(
|
||||
did: string | undefined,
|
||||
contacts: Contact[],
|
||||
): string {
|
||||
return didInfoForContact(did, undefined, contactForDid(did, contacts), []).displayName;
|
||||
}
|
||||
|
||||
let passkeyAccessToken: string = "";
|
||||
let passkeyTokenExpirationEpochSeconds: number = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user