1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-18 09:13:28 +00:00

[Tech debt] Refactor authService (#213)

* Add OrganizationLogInStrategy

* Use noop TwoFactorService
This commit is contained in:
Thomas Rittson
2022-02-08 13:38:46 +10:00
committed by GitHub
parent 910bfb945d
commit 1146c8f5bf
9 changed files with 158 additions and 97 deletions

View File

@@ -106,6 +106,7 @@ export class Program extends BaseProgram {
this.main.stateService,
this.main.cryptoService,
this.main.policyService,
this.main.twoFactorService,
"connector"
);