1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00
recordActivity was only getting called when user-activity in the main window is recognized
When using biometrics to unlock, the Windows Hello/TouchID prompt would be focused and no input would be recognised. LastActive would have an old value and the vault would get locked
This commit is contained in:
Daniel James Smith
2023-02-08 15:23:07 +01:00
parent 003cf954a7
commit ad68e2048d

View File

@@ -156,6 +156,7 @@ export class AppComponent implements OnInit, OnDestroy {
switch (message.command) {
case "loggedIn":
case "unlocked":
this.recordActivity();
this.notificationsService.updateConnection();
this.updateAppMenu();
this.systemService.cancelProcessReload();