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