Skip to content

Commit

Permalink
use full-width-notice slot for domain script injection blocked banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jprusik committed Dec 23, 2024
1 parent f2e9431 commit 47b5b89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 47b5b89

Please sign in to comment.