From 4b1e1815f6d045455ffb52e81fbf5db843cfc7df Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:07:05 +0200 Subject: [PATCH] use the built source from @openid/appauth --- src/Umbraco.Web.UI.Client/src/external/openid/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/external/openid/index.ts b/src/Umbraco.Web.UI.Client/src/external/openid/index.ts index fa968cbfc8..5d92bc1f8c 100644 --- a/src/Umbraco.Web.UI.Client/src/external/openid/index.ts +++ b/src/Umbraco.Web.UI.Client/src/external/openid/index.ts @@ -12,6 +12,6 @@ export { RevokeTokenRequest, GRANT_TYPE_AUTHORIZATION_CODE, GRANT_TYPE_REFRESH_TOKEN, -} from '@openid/appauth/src/index.js'; +} from '@openid/appauth'; -export type { LocationLike, StringMap } from '@openid/appauth/src/types.js'; +export type { LocationLike, StringMap } from '@openid/appauth';