diff --git a/packages/openid4vc/src/openid4vc-verifier/router/authorizationEndpoint.ts b/packages/openid4vc/src/openid4vc-verifier/router/authorizationEndpoint.ts index 99c95ff97..926104b41 100644 --- a/packages/openid4vc/src/openid4vc-verifier/router/authorizationEndpoint.ts +++ b/packages/openid4vc/src/openid4vc-verifier/router/authorizationEndpoint.ts @@ -1,6 +1,6 @@ import type { OpenId4VcVerificationRequest } from './requestContext' import type { OpenId4VcVerificationSessionRecord } from '../repository' -import type { AgentContext } from '@credo-ts/core/src/agent/context/AgentContext' +import type { AgentContext } from '@credo-ts/core' import type { AuthorizationResponsePayload, DecryptCompact } from '@sphereon/did-auth-siop' import type { Response, Router } from 'express'