BurN-SN

Results 2 comments of BurN-SN

I was able to solve this by conditionally rendering different ReCaptcha components like so: ```jsx {/* SEPARATE RECAPTCHA INSTANCES NEEDED FOR EACH LANGUAGE TO ALLOW TOGGLING */} {language==="de" && (...

I was able to solve this by conditionally rendering different ReCaptcha components like so: ```jsx {/* SEPARATE RECAPTCHA INSTANCES NEEDED FOR EACH LANGUAGE TO ALLOW TOGGLING */} {language==="de" && (...