mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
never domain is any
This commit is contained in:
@@ -268,7 +268,7 @@ export default class RuntimeBackground {
|
|||||||
private async getDataForTab(tab: any, responseCommand: string) {
|
private async getDataForTab(tab: any, responseCommand: string) {
|
||||||
const responseVal: any = {};
|
const responseVal: any = {};
|
||||||
if (responseCommand === 'notificationBarDataResponse') {
|
if (responseCommand === 'notificationBarDataResponse') {
|
||||||
responseVal.neverDomains = await this.storageService.get<string[]>(ConstantsService.neverDomainsKey);
|
responseVal.neverDomains = await this.storageService.get<any>(ConstantsService.neverDomainsKey);
|
||||||
responseVal.disabledNotification = await this.storageService.get<boolean>(
|
responseVal.disabledNotification = await this.storageService.get<boolean>(
|
||||||
ConstantsService.disableAddLoginNotificationKey);
|
ConstantsService.disableAddLoginNotificationKey);
|
||||||
} else if (responseCommand === 'autofillerAutofillOnPageLoadEnabledResponse') {
|
} else if (responseCommand === 'autofillerAutofillOnPageLoadEnabledResponse') {
|
||||||
|
|||||||
Reference in New Issue
Block a user