diff --git a/src/angular/components/view.component.ts b/src/angular/components/view.component.ts index 20080d9d28..a7325893dc 100644 --- a/src/angular/components/view.component.ts +++ b/src/angular/components/view.component.ts @@ -27,7 +27,6 @@ import { LoginUriView } from '../../models/view/loginUriView'; export class ViewComponent implements OnDestroy { @Input() cipherId: string; @Output() onEditCipher = new EventEmitter(); - @Output() onViewCipherPasswordHistory = new EventEmitter(); cipher: CipherView; showPassword: boolean;