widgets: add aria-live attribute on password strength hint (#73095)

This commit is contained in:
Corentin Sechet 2023-01-09 17:44:15 +01:00
parent ed8b7ee6ea
commit c95de4aa19
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<div class="a2-password-strength--bar"></div>
</div>
</div>
<div class="a2-password-hint errornotice a2-password-hidden">
<div class="a2-password-hint errornotice a2-password-hidden" aria-live="polite">
<div class="a2-password-hint--text">
<div class="a2-password-hint--nok">
{% trans "Your password is too weak. To create a secure password, please " %}