1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

move onViewCipherPasswordHistory to desktop

This commit is contained in:
Kyle Spearrin 2018-07-30 10:58:47 -04:00
parent a5d1bb88a7
commit 557b2fc3f0

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;