move view history method to just desktop
This commit is contained in:
parent
b21cb789da
commit
a5d1bb88a7
|
@ -160,11 +160,6 @@ export class ViewComponent implements OnDestroy {
|
|||
a.downloading = false;
|
||||
}
|
||||
|
||||
viewHistory() {
|
||||
this.analytics.eventTrack.next({ action: 'View Password History' });
|
||||
this.onViewCipherPasswordHistory.emit(this.cipher);
|
||||
}
|
||||
|
||||
private cleanUp() {
|
||||
this.totpCode = null;
|
||||
this.cipher = null;
|
||||
|
|
Loading…
Reference in New Issue