Skip to content

[FIX] reCaptcha: Remove the function of generating the token to the logged-in users

Remove the function on a javascript function from the onclick on a comment post submit to connected users, because the action on the click calls the undefined function.

By removing the function and action on the button for logged-in users, the error disappears.

Merge request reports