mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
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
Block a user