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

This commit is contained in:
2024-12-18 16:31:27 -07:00
parent 52155039de
commit 124ff65aa2
5 changed files with 53 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ import { db, retrieveSettingsForActiveAccount } from "@/db/index";
import * as endorserServer from "@/libs/endorserServer";
@Component
export default class ClaimViewCertificate extends Vue {
export default class ClaimCertificateView extends Vue {
$notify!: (notification: NotificationIface, timeout?: number) => void;
activeDid = "";