mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-21 02:11:54 +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 }[];
|
||||
showCardsCurrentTab: boolean = true;
|
||||
showIdentitiesCurrentTab: boolean = true;
|
||||
clickItemsVaultView: boolean = false;
|
||||
autofillKeyboardHelperText: string;
|
||||
accountSwitcherEnabled: boolean = false;
|
||||
|
||||
@ -417,8 +416,4 @@ export class AutofillComponent implements OnInit {
|
||||
async updateShowInlineMenuIdentities() {
|
||||
await this.autofillSettingsService.setShowInlineMenuIdentities(this.showInlineMenuIdentities);
|
||||
}
|
||||
|
||||
async updateClickItemsVaultView() {
|
||||
await this.vaultSettingsService.setClickItemsToAutofillVaultView(this.clickItemsVaultView);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user