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