Projet

Général

Profil

0001-misc-do-not-correct-email-domain-on-enter-key-50763.patch

Valentin Deniaud, 12 mai 2021 10:15

Télécharger (1,08 ko)

Voir les différences:

Subject: [PATCH] misc: do not "correct" email domain on enter key (#50763)

 src/authentic2/templates/authentic2/widgets/email.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
src/authentic2/templates/authentic2/widgets/email.html
3 3
{% if domains_suggested %}
4 4
  <div class="field-live-hint" style="display: none">
5 5
    <span class="message" data-hint-prefix="{% trans "Did you want to write" %}"></span>
6
    <button class="action">{% trans "Apply fix" %}</button>
7
    <button class="close">
6
    <button class="action" type="button">{% trans "Apply fix" %}</button>
7
    <button class="close" type="button">
8 8
      <span class="sr-only">x</span>
9 9
    </button>
10 10
  </div>
11
-