diff --git a/src/background/runtime.background.ts b/src/background/runtime.background.ts index df703b7af2f..d4249578f84 100644 --- a/src/background/runtime.background.ts +++ b/src/background/runtime.background.ts @@ -272,7 +272,7 @@ export default class RuntimeBackground { responseVal.disableAddLoginNotification = await this.storageService.get( ConstantsService.disableAddLoginNotificationKey); } else if (responseCommand === 'autofillerAutofillOnPageLoadEnabledResponse') { - responseVal.enableAutoFillOnPageLoadKey = await this.storageService.get( + responseVal.enableAutoFillOnPageLoad = await this.storageService.get( ConstantsService.enableAutoFillOnPageLoadKey); }