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();