diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d12d7..a369b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Next * Add key setup to v3 example in README +* Remove unnecessary id from textarea - This was unused and may cause accessability concerns if there is more than one recaptcha on the page due to multiple elements with the same id ## 5.16.0 * Allow usage of `options[:turbo]` as well as `options[:turbolinks]` for `recaptcha_v3` diff --git a/lib/recaptcha/helpers.rb b/lib/recaptcha/helpers.rb index 85d2cdc..69fce6b 100644 --- a/lib/recaptcha/helpers.rb +++ b/lib/recaptcha/helpers.rb @@ -74,7 +74,7 @@ def self.recaptcha_tags(options)