1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

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

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;