custom/plugins/UandiEfbLoginById/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_label %}
  3.     <label class="form-label" for="recoverMail">
  4.         {{ "account.loginByIdLabel"|trans|sw_sanitize }}
  5.     </label>
  6. {% endblock %}
  7. {% block page_account_profile_recover_password_mail_input %}
  8.     <input type="text"
  9.            class="form-control"
  10.            autocomplete="section-personal email"
  11.            id="recoverMail"
  12.            name="email[email]"
  13.            required="required">
  14. {% endblock %}