File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/openid4vc/src/openid4vc-issuer/router Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ async function handleAuthorizationChallengeWithAuthSession(options: {
270270 const { authorizationChallengeRequest } = parseResult
271271
272272 const openId4VcIssuerService = agentContext . dependencyManager . resolve ( OpenId4VcIssuerService )
273- const config = agentContext . dependencyManager . resolve ( BaseOpenId4VcIssuerModuleConfig )
273+ const config = agentContext . dependencyManager . resolve < BaseOpenId4VcIssuerModuleConfig > ( OpenId4VcIssuerModuleConfigSymbol )
274274 const issuerMetadata = await openId4VcIssuerService . getIssuerMetadata ( agentContext , issuer )
275275
276276 const verifierApi = agentContext . dependencyManager . resolve ( OpenId4VcVerifierApi )
You can’t perform that action at this time.
0 commit comments