move view history method to just desktop

This commit is contained in:
Kyle Spearrin 2018-07-30 10:56:33 -04:00
parent b21cb789da
commit a5d1bb88a7
1 changed files with 0 additions and 5 deletions

View File

@ -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;