[EC-891] Hide password character count button for hidden passwords (#4454)

This commit is contained in:
Shane Melton 2023-01-11 17:51:00 -08:00 committed by GitHub
parent 51ead2e7da
commit 4e0c26ddb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@
appStopClick
[appA11yTitle]="'toggleCharacterCount' | i18n"
(click)="togglePasswordCount()"
*ngIf="cipher.viewPassword"
>
<i class="bwi bwi-lg bwi-fw bwi-numbered-list" aria-hidden="true"></i>
</a>