1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

tracked last-launched ciphers for autofill

This commit is contained in:
Addison Beck
2020-10-12 13:33:26 -04:00
parent c86151d74f
commit fdfb6fb152
4 changed files with 13 additions and 2 deletions

View File

@@ -286,6 +286,7 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
}
this.preventSelected = true;
this.analytics.eventTrack.next({ action: 'Launched URI From Listing' });
await this.cipherService.updateLastLaunchedDate(cipher.id);
BrowserApi.createNewTab(cipher.login.launchUri);
if (this.popupUtils.inPopup(window)) {
BrowserApi.closePopup(window);