From b2bf152b7db445f1a6b3766e9213c3a53404ab02 Mon Sep 17 00:00:00 2001 From: SondreB Date: Mon, 4 Nov 2024 11:40:18 +0100 Subject: [PATCH] Remove "published" from VC record creation - The assignment was to --- app/src/app/apps/app/kcc/kcc.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/app/apps/app/kcc/kcc.component.ts b/app/src/app/apps/app/kcc/kcc.component.ts index a9064f9..d7eee45 100644 --- a/app/src/app/apps/app/kcc/kcc.component.ts +++ b/app/src/app/apps/app/kcc/kcc.component.ts @@ -195,8 +195,8 @@ export class KnownCustomerCredentialComponent { protocolPath: 'credential', protocolRole: 'issuer', schema: 'https://vc-to-dwn.tbddev.org/vc-protocol/schema/credential', - dataFormat: credential.format, - published: true, + dataFormat: 'application/vc+jwt', + // published: true, }, });