Add cloudflare warning when register

This commit is contained in:
KMY 2023-04-14 09:56:28 +09:00
parent fac734b6a8
commit 3810837b65
3 changed files with 5 additions and 0 deletions

View file

@ -37,6 +37,9 @@
.fields-group
= f.input :agreement, as: :boolean, wrapper: :with_label, label: t('auth.privacy_policy_agreement_html', rules_path: about_more_path, privacy_policy_path: privacy_policy_path), required: true
%div
= t('auth.cloudflare_with_registering')
.actions
= f.button :button, @invite.present? ? t('auth.register') : sign_up_message, type: :submit