Skip to content

Commit

Permalink
fix setting credential for deferred document
Browse files Browse the repository at this point in the history
  • Loading branch information
vkanellopoulos committed Jul 25, 2024
1 parent 3746ecf commit eb6c64b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ class DeferredDocument(
createdAt = credential.createdAt,
certificatesNeedAuth = credential.pendingAuthenticationKeys.first().attestation,
relatedData = credential.deferredRelatedData,
)
).apply {
this.credential = credential
}
}
}

0 comments on commit eb6c64b

Please sign in to comment.