I ask for your help because I have problems with the CaptchaModule component because I refresh the page and I get the following Recaptcha is not loaded
Html
<p-captcha [siteKey]="llave (onResponse)="showResponse($event)">
</p-captcha>
Ts
showResponse ( event ) {
console.log ( "Evento: ", event.response );
}