Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
move onViewCipherPasswordHistory to desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Jul 30, 2018
1 parent a5d1bb8 commit 557b2fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/angular/components/view.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 557b2fc

Please sign in to comment.