custom/plugins/ProcWegmannThemeExtend/src/Resources/views/storefront/page/account/profile/recover-password.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/account/profile/recover-password.html.twig' %}
  2. {% block page_account_profile_recover_password_mail_input %}
  3.     {{ parent() }}
  4.     <input type="checkbox"
  5.         class="form-control d-none"
  6.         name="email[storeFrontendTrigger]"
  7.         required="required"
  8.         value ="1"
  9.         checked
  10.     >
  11. {% endblock %}