ambethia / recaptcha

ReCaptcha helpers for ruby apps
http://github.com/ambethia/recaptcha
MIT License
1.96k stars 439 forks source link

Remove unnecessary id on textarea #440

Closed jcoyne closed 5 months ago

jcoyne commented 5 months ago

Why and what is being done.

This was unused and may cause accessibility concerns if there is more than one recaptcha on the page due to multiple elements with the same id

Fixes #439

Pre-Merge Checklist