mirror of
https://github.com/bitwarden/browser
synced 2026-02-25 00:53:22 +00:00
initial prototype commit
This commit is contained in:
@@ -505,7 +505,11 @@ const safeProviders: SafeProvider[] = [
|
||||
}),
|
||||
safeProvider({
|
||||
provide: AuditServiceAbstraction,
|
||||
useClass: AuditService,
|
||||
useFactory: (
|
||||
cryptoFunctionService: CryptoFunctionServiceAbstraction,
|
||||
apiService: ApiServiceAbstraction,
|
||||
hibpApiService: HibpApiService,
|
||||
) => new AuditService(cryptoFunctionService, apiService, hibpApiService),
|
||||
deps: [CryptoFunctionServiceAbstraction, ApiServiceAbstraction, HibpApiService],
|
||||
}),
|
||||
safeProvider({
|
||||
|
||||
Reference in New Issue
Block a user