1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

Merge branch 'main' into km/auto-kdf

This commit is contained in:
Bernd Schoolmann
2025-10-23 16:30:32 +02:00
256 changed files with 6426 additions and 2484 deletions

View File

@@ -852,6 +852,7 @@ export class ServiceContainer {
this.authService,
this.stateProvider,
this.securityStateService,
this.kdfConfigService,
);
this.totpService = new TotpService(this.sdkService);