1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

Update client for authService refactor (#448)

* Update for encrypted export support (to pass build only)
This commit is contained in:
Thomas Rittson
2022-02-08 09:31:36 +10:00
committed by GitHub
parent d938dc82df
commit 220afb98c6
6 changed files with 28 additions and 12 deletions

View File

@@ -156,6 +156,7 @@ export class Program extends BaseProgram {
this.main.stateService,
this.main.cryptoService,
this.main.policyService,
this.main.twoFactorService,
this.main.syncService,
this.main.keyConnectorService,
async () => await this.main.logout()