mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-22 02:21:34 +01:00
remove unused code
This commit is contained in:
parent
645fb52f8e
commit
192207612f
@ -109,7 +109,6 @@ export class AutofillComponent implements OnInit {
|
|||||||
uriMatchOptions: { name: string; value: UriMatchStrategySetting }[];
|
uriMatchOptions: { name: string; value: UriMatchStrategySetting }[];
|
||||||
showCardsCurrentTab: boolean = true;
|
showCardsCurrentTab: boolean = true;
|
||||||
showIdentitiesCurrentTab: boolean = true;
|
showIdentitiesCurrentTab: boolean = true;
|
||||||
clickItemsVaultView: boolean = false;
|
|
||||||
autofillKeyboardHelperText: string;
|
autofillKeyboardHelperText: string;
|
||||||
accountSwitcherEnabled: boolean = false;
|
accountSwitcherEnabled: boolean = false;
|
||||||
|
|
||||||
@ -417,8 +416,4 @@ export class AutofillComponent implements OnInit {
|
|||||||
async updateShowInlineMenuIdentities() {
|
async updateShowInlineMenuIdentities() {
|
||||||
await this.autofillSettingsService.setShowInlineMenuIdentities(this.showInlineMenuIdentities);
|
await this.autofillSettingsService.setShowInlineMenuIdentities(this.showInlineMenuIdentities);
|
||||||
}
|
}
|
||||||
|
|
||||||
async updateClickItemsVaultView() {
|
|
||||||
await this.vaultSettingsService.setClickItemsToAutofillVaultView(this.clickItemsVaultView);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user