Skip to content

Commit

Permalink
Do not populate vct claim twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarras committed Sep 25, 2024
1 parent 014fff7 commit 79788fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ internal fun MsoMdocCredentialConfiguration.toTransferObject(): JsonObjectBuilde

@OptIn(ExperimentalSerializationApi::class)
internal fun SdJwtVcCredentialConfiguration.toTransferObject(): JsonObjectBuilder.() -> Unit = {
put("vct", type.value)
if (display.isNotEmpty()) {
putJsonArray("display") {
addAll(display.map { it.toTransferObject() })
Expand Down

0 comments on commit 79788fc

Please sign in to comment.