mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
Use useAlertRole input added to app-callout (#1254)
* Use enforceAlert input added to app-callout to still give alerts for screen readers on important callouts * Update input variable name * Add brackets to pass value correctly
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
{{'noExposedPasswords' | i18n}}
|
{{'noExposedPasswords' | i18n}}
|
||||||
</app-callout>
|
</app-callout>
|
||||||
<ng-container *ngIf="ciphers.length">
|
<ng-container *ngIf="ciphers.length">
|
||||||
<app-callout type="danger" title="{{'exposedPasswordsFound' | i18n}}">
|
<app-callout type="danger" title="{{'exposedPasswordsFound' | i18n}}" [useAlertRole]="true">
|
||||||
{{'exposedPasswordsFoundDesc' | i18n : (ciphers.length | number)}}
|
{{'exposedPasswordsFoundDesc' | i18n : (ciphers.length | number)}}
|
||||||
</app-callout>
|
</app-callout>
|
||||||
<table class="table table-hover table-list table-ciphers">
|
<table class="table table-hover table-list table-ciphers">
|
||||||
|
|||||||
Reference in New Issue
Block a user