1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

Hide autofill buttons for certain cipher types

This commit is contained in:
Thomas Rittson
2021-03-19 11:07:22 +10:00
parent 3df4657faf
commit ced6d57f93
2 changed files with 5 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ import { BrowserApi } from '../../browser/browserApi';
import { AutofillService } from '../../services/abstractions/autofill.service';
import { PopupUtilsService } from '../services/popup-utils.service';
import { CipherType } from 'jslib/enums';
const BroadcasterSubscriptionId = 'ChildViewComponent';
@Component({
@@ -41,6 +43,7 @@ export class ViewComponent extends BaseViewComponent {
tab: any;
loadPageDetailsTimeout: number;
inPopout = false;
cipherType = CipherType;
constructor(cipherService: CipherService, totpService: TotpService,
tokenService: TokenService, i18nService: I18nService,