use the built source from @openid/appauth

This commit is contained in:
Jacob Overgaard
2024-04-09 15:07:05 +02:00
parent 27271b1fe6
commit 4b1e1815f6

View File

@@ -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';