Don't export internals
This commit is contained in:
parent
6e584e809e
commit
19da96113f
@ -145,9 +145,7 @@ namespace internal {
|
||||
};
|
||||
}
|
||||
|
||||
export function getUserProfileApi_noCache(
|
||||
params: ParamsOfGetUserProfileApi
|
||||
): UserProfileApi {
|
||||
function getUserProfileApi_noCache(params: ParamsOfGetUserProfileApi): UserProfileApi {
|
||||
const { kcContext, doMakeUserConfirmPassword } = params;
|
||||
|
||||
unFormatNumberOnSubmit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user