Change Autofill on Page Load default to autofill
This commit is contained in:
parent
6899bfd538
commit
dae41425a4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue