mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
Update apps/web/src/app/auth/settings/webauthn-login-settings/webauthn-login-settings.component.html
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
</button>
|
||||
</ng-container>
|
||||
|
||||
<button *ngIf="hasMoreCredentials" type="button" bitLink (click)="toggleShowAll()">
|
||||
<button *ngIf="hasMoreCredentials" type="button" bitLink (click)="toggleShowAll()" [attr.aria-label]="(showAll ? 'showLess' : 'showMore') | i18n">
|
||||
<ng-container *ngIf="!showAll"
|
||||
>{{ "showMore" | i18n }} ({{ (credentials?.length ?? 0) - displayLimit }})</ng-container
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user