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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user