Don't export internals

This commit is contained in:
Joseph Garrone 2024-10-19 22:33:08 +02:00
parent 6e584e809e
commit 19da96113f

View File

@ -145,9 +145,7 @@ namespace internal {
};
}
export function getUserProfileApi_noCache(
params: ParamsOfGetUserProfileApi
): UserProfileApi {
function getUserProfileApi_noCache(params: ParamsOfGetUserProfileApi): UserProfileApi {
const { kcContext, doMakeUserConfirmPassword } = params;
unFormatNumberOnSubmit();