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

redirect to lock screen on locked event

This commit is contained in:
Kyle Spearrin
2019-03-19 15:45:39 -04:00
parent eb07b1b080
commit 7a161fa028
4 changed files with 5 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ export default class MainBackground {
this.searchService = new SearchService(this.cipherService, this.platformUtilsService);
this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService,
this.cryptoService, this.platformUtilsService, this.storageService, this.messagingService,
this.searchService, async () => {
this.searchService, this.userService, async () => {
if (this.notificationsService != null) {
this.notificationsService.updateConnection(false);
}