diff --git a/src/runtime/server/utils/oidc.ts b/src/runtime/server/utils/oidc.ts index 82a662a..02ced1c 100644 --- a/src/runtime/server/utils/oidc.ts +++ b/src/runtime/server/utils/oidc.ts @@ -9,6 +9,7 @@ import * as providerPresets from '../../providers' import type { H3Event, H3Error } from 'h3' import type { OidcProviderConfig, ProviderKeys, RefreshTokenRequest, TokenRequest, TokenRespose } from '../../types/oidc' import type { UserSession } from '../../types/session' +import { useRuntimeConfig } from '#imports' const logger = useLogger('oidc-auth')