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: apps/oid4vc-verification/src/oid4vc-verification.service.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,7 @@ export class Oid4vpVerificationService extends BaseService {
314
314
requestSigner: IRequestSigner,
315
315
userDetails: user,
316
316
expectedOrigins?: string[],
317
-
ecosystemId?: string
317
+
ecosystemId?: string// kept optional here so existing callers don't break
318
318
): Promise<object>{
319
319
this.logger.debug(
320
320
`[createIntentBasedVerificationPresentation] called for orgId=${orgId}, verifierId=${verifierId}, intent=${intent}, user=${userDetails?.id??'unknown'}`
@@ -340,7 +340,7 @@ export class Oid4vpVerificationService extends BaseService {
0 commit comments