From 19da96113f832d087c1d0f361a4f34ed8d3e88f5 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 19 Oct 2024 22:33:08 +0200 Subject: [PATCH] Don't export internals --- src/login/lib/getUserProfileApi/getUserProfileApi.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/login/lib/getUserProfileApi/getUserProfileApi.ts b/src/login/lib/getUserProfileApi/getUserProfileApi.ts index 31230ad3..0a695217 100644 --- a/src/login/lib/getUserProfileApi/getUserProfileApi.ts +++ b/src/login/lib/getUserProfileApi/getUserProfileApi.ts @@ -145,9 +145,7 @@ namespace internal { }; } -export function getUserProfileApi_noCache( - params: ParamsOfGetUserProfileApi -): UserProfileApi { +function getUserProfileApi_noCache(params: ParamsOfGetUserProfileApi): UserProfileApi { const { kcContext, doMakeUserConfirmPassword } = params; unFormatNumberOnSubmit();