Add aria-label to password input

This commit is contained in:
Booteille 2025-05-18 19:48:43 +02:00
parent de57c9eb97
commit 4cd9e9afe3
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
</div>
<div class="field is-grouped">
<div id="password-control" class="control has-icons-left has-icons-right is-expanded is-invisible">
<input class="input is-fullwidth" id="password-input" type="password" placeholder="<%= l('Password') %>" autocomplete="off" value="">
<input class="input is-fullwidth" id="password-input" aria-label="<%= l('Password') %>"type="password" placeholder="<%= l('Password') %>" autocomplete="off" value="">
<span class="icon is-small is-left fas fa-lock" aria-hidden="true"></span>
<span id="password-preview-button" class="icon is-small is-right fas fa-eye is-clickable has-text-primary" aria-hidden="true"></span>