mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
move onViewCipherPasswordHistory to desktop
This commit is contained in:
@@ -27,7 +27,6 @@ import { LoginUriView } from '../../models/view/loginUriView';
|
|||||||
export class ViewComponent implements OnDestroy {
|
export class ViewComponent implements OnDestroy {
|
||||||
@Input() cipherId: string;
|
@Input() cipherId: string;
|
||||||
@Output() onEditCipher = new EventEmitter<CipherView>();
|
@Output() onEditCipher = new EventEmitter<CipherView>();
|
||||||
@Output() onViewCipherPasswordHistory = new EventEmitter<CipherView>();
|
|
||||||
|
|
||||||
cipher: CipherView;
|
cipher: CipherView;
|
||||||
showPassword: boolean;
|
showPassword: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user