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

get exposed

This commit is contained in:
Kyle Spearrin
2018-05-17 11:07:53 -04:00
parent 36421c9144
commit 05535cc134
3 changed files with 20 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ export class Main {
this.exportService = new ExportService(this.folderService, this.cipherService);
this.authService = new AuthService(this.cryptoService, this.apiService, this.userService, this.tokenService,
this.appIdService, this.i18nService, this.platformUtilsService, this.messagingService, true);
this.auditService = new AuditService(this.cryptoFunctionService);
this.program = new Program(this);
}