From 52c370f2b9671ec9fafbfaaebee54ad3697de1f4 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 13 Jan 2018 10:17:40 -0500 Subject: [PATCH] fix key --- src/background/runtime.background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background/runtime.background.ts b/src/background/runtime.background.ts index df703b7af2..d4249578f8 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); }