Adds ReCaptcha v3 to all the other known sign-ins

This commit is contained in:
2023-07-25 06:05:49 +00:00
parent e764ccc1ff
commit 8d8978eec6
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -6,4 +6,5 @@
= hidden_field_tag :dest, settings_path if dest.present?
= emailfield :email, nil, big: true, required: true
= button :continue, value: :confirm_email
= recaptcha_execute('login')
= link_to (_'forms.actions.generic.facebook_sign_in','Facebook Sign In'), auth_at_provider_path(provider: :facebook, dest: dest), class: [:button, :facebook]