move onViewCipherPasswordHistory to desktop

This commit is contained in:
Kyle Spearrin 2018-07-30 10:58:47 -04:00
parent a5d1bb88a7
commit 557b2fc3f0
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ import { LoginUriView } from '../../models/view/loginUriView';
export class ViewComponent implements OnDestroy {
@Input() cipherId: string;
@Output() onEditCipher = new EventEmitter<CipherView>();
@Output() onViewCipherPasswordHistory = new EventEmitter<CipherView>();
cipher: CipherView;
showPassword: boolean;