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

move service to libs/auth/angular and update DI

This commit is contained in:
rr-bw
2025-04-15 14:50:25 -07:00
parent 78c8a0c52f
commit 240167328d
10 changed files with 12 additions and 17 deletions

View File

@@ -27,6 +27,8 @@ import {
TwoFactorAuthComponentService,
TwoFactorAuthEmailComponentService,
TwoFactorAuthWebAuthnComponentService,
ChangePasswordService,
DefaultChangePasswordService,
} from "@bitwarden/auth/angular";
import {
AuthRequestApiService,
@@ -46,8 +48,6 @@ import {
PinServiceAbstraction,
UserDecryptionOptionsService,
UserDecryptionOptionsServiceAbstraction,
ChangePasswordService,
DefaultChangePasswordService,
} from "@bitwarden/auth/common";
import { ApiService as ApiServiceAbstraction } from "@bitwarden/common/abstractions/api.service";
import { AuditService as AuditServiceAbstraction } from "@bitwarden/common/abstractions/audit.service";