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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user