mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 05:03:33 +00:00
add dismissable banner to the vault view when the active autofill tab is on the blocked domains list
This commit is contained in:
@@ -21,5 +21,5 @@ export const UriMatchStrategy = {
|
||||
export type UriMatchStrategySetting = (typeof UriMatchStrategy)[keyof typeof UriMatchStrategy];
|
||||
|
||||
// using uniqueness properties of object shape over Set for ease of state storability
|
||||
export type NeverDomains = { [id: string]: null };
|
||||
export type NeverDomains = { [id: string]: null | { bannerIsDismissed?: boolean } };
|
||||
export type EquivalentDomains = string[][];
|
||||
|
||||
Reference in New Issue
Block a user