1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00
This commit is contained in:
Kyle Spearrin
2018-01-13 10:17:40 -05:00
parent ce4e8a9fae
commit 52c370f2b9

View File

@@ -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);
}