mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
fix key
This commit is contained in:
@@ -272,7 +272,7 @@ export default class RuntimeBackground {
|
|||||||
responseVal.disableAddLoginNotification = await this.storageService.get<boolean>(
|
responseVal.disableAddLoginNotification = await this.storageService.get<boolean>(
|
||||||
ConstantsService.disableAddLoginNotificationKey);
|
ConstantsService.disableAddLoginNotificationKey);
|
||||||
} else if (responseCommand === 'autofillerAutofillOnPageLoadEnabledResponse') {
|
} else if (responseCommand === 'autofillerAutofillOnPageLoadEnabledResponse') {
|
||||||
responseVal.enableAutoFillOnPageLoadKey = await this.storageService.get<boolean>(
|
responseVal.enableAutoFillOnPageLoad = await this.storageService.get<boolean>(
|
||||||
ConstantsService.enableAutoFillOnPageLoadKey);
|
ConstantsService.enableAutoFillOnPageLoadKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user