From a7f3e008210c8d2ec71e5b935812d3c68f4c712a Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 6 Jun 2024 06:27:28 +0200 Subject: [PATCH] Remove createKcContextMock from the index --- src/account/index.ts | 1 - src/login/index.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/account/index.ts b/src/account/index.ts index 62d530cc..ad41512d 100644 --- a/src/account/index.ts +++ b/src/account/index.ts @@ -1,4 +1,3 @@ export type { ExtendKcContext } from "keycloakify/account/KcContext"; export type { PageProps } from "keycloakify/account/pages/PageProps"; -export { createGetKcContextMock } from "keycloakify/account/KcContext"; export { createUseI18n } from "keycloakify/account/i18n"; diff --git a/src/login/index.ts b/src/login/index.ts index 88189182..6a1d2bee 100644 --- a/src/login/index.ts +++ b/src/login/index.ts @@ -1,5 +1,4 @@ export type { ExtendKcContext, Attribute } from "keycloakify/login/KcContext"; export type { PageProps } from "keycloakify/login/pages/PageProps"; -export { createGetKcContextMock } from "keycloakify/login/KcContext"; export { useDownloadTerms } from "keycloakify/login/lib/useDownloadTerms"; export { createUseI18n } from "keycloakify/login/i18n";