1
0
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:
jaasen-livefront 2025-02-19 14:58:00 -08:00
parent 645fb52f8e
commit 192207612f
No known key found for this signature in database

View File

@ -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);
}
}