You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/issuer/lib/VcIssuer.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,6 @@ export class VcIssuer<DIDDoc extends object> {
192
192
status,
193
193
notification_id: v4(),
194
194
...(userPin&&{txCode: userPin}),// We used to use userPin according to older specs. We map these onto txCode now. If both are used, txCode in the end wins, even if they are different
0 commit comments