yes, had a look now and it seems as there is the following "problem":
SER finds a recaptcha code in the source and assumes it is used by javascript. There is a site key and functions to add recaptcha on load. So SER sees it, handled recaptcha internally and adds it to the registration form. Usually this is working well but somehow, this code is NOT used on the original page. Fillin git and sending the data along with it is not hurting it but the other way around would if it eventually would be used as expected.
Comments
SER finds a recaptcha code in the source and assumes it is used by javascript. There is a site key and functions to add recaptcha on load. So SER sees it, handled recaptcha internally and adds it to the registration form. Usually this is working well but somehow, this code is NOT used on the original page.
Fillin git and sending the data along with it is not hurting it but the other way around would if it eventually would be used as expected.