diff --git a/src/popup/settings/options.component.ts b/src/popup/settings/options.component.ts index 9ae845e356..51ee605272 100644 --- a/src/popup/settings/options.component.ts +++ b/src/popup/settings/options.component.ts @@ -77,7 +77,7 @@ export class OptionsComponent implements OnInit { ConstantsService.enableAutoFillOnPageLoadKey); this.autoFillOnPageLoadDefault = await this.storageService.get( - ConstantsService.autoFillOnPageLoadDefaultKey) ?? false; + ConstantsService.autoFillOnPageLoadDefaultKey) ?? true; this.disableAddLoginNotification = await this.storageService.get( ConstantsService.disableAddLoginNotificationKey);