mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
add aria pressed to toggle visibility button, to show current state
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<button
|
||||
class={showButtonClassName}
|
||||
type="button"
|
||||
aria-pressed={show}
|
||||
aria-label={$i18n.t('Make password visible in the user interface')}
|
||||
on:click={(e) => {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user