1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

use full-width-notice slot for domain script injection blocked banner

This commit is contained in:
Jonathan Prusik
2024-12-23 12:04:26 -05:00
parent c339d684f8
commit 09095b05a9

View File

@@ -26,6 +26,7 @@
*ngIf="vaultState !== VaultStateEnum.Empty && showScriptInjectionIsBlockedBanner"
id="domain-script-injection-blocked-banner"
bannerType="info"
slot="full-width-notice"
(onClose)="handleScriptInjectionIsBlockedBannerDismiss()"
>
{{ "autofillBlockedNotice" | i18n }}