mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Change Autofill on Page Load default to autofill
This commit is contained in:
@@ -77,7 +77,7 @@ export class OptionsComponent implements OnInit {
|
||||
ConstantsService.enableAutoFillOnPageLoadKey);
|
||||
|
||||
this.autoFillOnPageLoadDefault = await this.storageService.get<boolean>(
|
||||
ConstantsService.autoFillOnPageLoadDefaultKey) ?? false;
|
||||
ConstantsService.autoFillOnPageLoadDefaultKey) ?? true;
|
||||
|
||||
this.disableAddLoginNotification = await this.storageService.get<boolean>(
|
||||
ConstantsService.disableAddLoginNotificationKey);
|
||||
|
||||
Reference in New Issue
Block a user