move onViewCipherPasswordHistory to desktop
This commit is contained in:
parent
a5d1bb88a7
commit
557b2fc3f0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue