forked from jsnbuchanan/crowd-funder-for-time-pwa
add page to view all claims about a DID (which we'll have to restrict to visible people soon)
This commit is contained in:
@@ -118,6 +118,14 @@
|
||||
>
|
||||
<fa icon="copy" class="text-slate-400 fa-fw"></fa>
|
||||
</button>
|
||||
<router-link
|
||||
:to="{
|
||||
path: '/did/' + encodeURIComponent(contact.did),
|
||||
}"
|
||||
title="See more about this DID"
|
||||
>
|
||||
<fa icon="circle-info" class="fa-fw ml-2 text-blue-500 rounded" />
|
||||
</router-link>
|
||||
<span v-show="showDidCopy">Copied DID</span>
|
||||
</div>
|
||||
<div class="text-sm truncate" v-if="contact.publicKeyBase64">
|
||||
|
||||
Reference in New Issue
Block a user